[KSS-checkins] r51945 - kukit/kukit.js/branch/separate-opers/kukit
gotcha at codespeak.net
gotcha at codespeak.net
Fri Feb 29 11:50:58 CET 2008
Author: gotcha
Date: Fri Feb 29 11:50:58 2008
New Revision: 51945
Modified:
kukit/kukit.js/branch/separate-opers/kukit/eventreg.js
Log:
remove unused var
Modified: kukit/kukit.js/branch/separate-opers/kukit/eventreg.js
==============================================================================
--- kukit/kukit.js/branch/separate-opers/kukit/eventreg.js (original)
+++ kukit/kukit.js/branch/separate-opers/kukit/eventreg.js Fri Feb 29 11:50:58 2008
@@ -430,7 +430,6 @@
var executed = 0;
// Normal rules. If any of those match, execute them too
// each on the node that it selects - not on the original node.
- var oper = new kukit.op.Oper();
var info = kukit.engine.binderInfoRegistry.getBinderInfoById(
this.__binderId__);
var opers = info.bound.getBoundOpers(name);
More information about the Kukit-checkins
mailing list