[KSS-checkins] r42293 - kukit/kukit.js/trunk/kukit

gotcha at codespeak.net gotcha at codespeak.net
Tue Apr 24 20:58:04 CEST 2007


Author: gotcha
Date: Tue Apr 24 20:58:04 2007
New Revision: 42293

Modified:
   kukit/kukit.js/trunk/kukit/plugin.js
Log:
bad substitution :-(

Modified: kukit/kukit.js/trunk/kukit/plugin.js
==============================================================================
--- kukit/kukit.js/trunk/kukit/plugin.js	(original)
+++ kukit/kukit.js/trunk/kukit/plugin.js	Tue Apr 24 20:58:04 2007
@@ -575,7 +575,7 @@
     // update the events for the new nodes
     kukit.logDebug("Inserted nodes length: "+insertedNodes.length);
     if (oper.parms.withKssSetup) {
-        kukit.engine.setupEvents(insertedNodesNodes);
+        kukit.engine.setupEvents(insertedNodes);
     }
 });
 kukit.commandsGlobalRegistry.registerFromAction('insertHTMLAsFirstChild', kukit.cr.makeSelectorCommand);


More information about the Kukit-checkins mailing list