From 0b28d1dc2aa828e1948740a49777db10281a00af Mon Sep 17 00:00:00 2001 From: Mike Wilcox Date: Fri, 29 Jun 2012 15:04:02 -0500 Subject: [PATCH] docs --- on.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/on.js b/on.js index 1094e8e..f36f229 100644 --- a/on.js +++ b/on.js @@ -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;