Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wilcox committed Jun 29, 2012
1 parent e599c4b commit 0b28d1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions on.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ define([
// A pseudo event. When used, the passed method continues to
// fire as long as the button remains pressed.
// on(button, 'press', this, fireMachinegun);
// TODO:
// Allow for a passed arg OR else use the native event. Also
// need to know if the group id was passed instead. Damn you
// magic arguments!!
//
var fn = lang.bind(ctx, method);
var passArg = arg;
Expand Down

0 comments on commit 0b28d1d

Please sign in to comment.