[KSS-checkins] r37101 - kukit/kss.demo/branch/gotcha-late-binding/browser

reebalazs at codespeak.net reebalazs at codespeak.net
Sun Jan 21 18:25:23 CET 2007


Author: reebalazs
Date: Sun Jan 21 18:25:22 2007
New Revision: 37101

Modified:
   kukit/kss.demo/branch/gotcha-late-binding/browser/more_selectors.js
Log:
Merge from ree-event-cleanup branch

Modified: kukit/kss.demo/branch/gotcha-late-binding/browser/more_selectors.js
==============================================================================
--- kukit/kss.demo/branch/gotcha-late-binding/browser/more_selectors.js	(original)
+++ kukit/kss.demo/branch/gotcha-late-binding/browser/more_selectors.js	Sun Jan 21 18:25:22 2007
@@ -25,9 +25,9 @@
     if (this.count == 0) {
         // Continue with the real action.
         this.count = this.countsomuch;
-        this.__trigger_event__('doit', {}, oper.node);
+        this.__continue_event__('doit', oper.node, {});
     } else {
-        this.__trigger_event__('annoy', {}, oper.node);
+        this.__continue_event__('annoy', oper.node, {});
     }
 };
 


More information about the Kukit-checkins mailing list