[KSS-checkins] r49330 - kukit/kukit.js/branch/ree-binding-improvements/kukit
reebalazs at codespeak.net
reebalazs at codespeak.net
Tue Dec 4 10:12:57 CET 2007
Author: reebalazs
Date: Tue Dec 4 10:12:57 2007
New Revision: 49330
Modified:
kukit/kukit.js/branch/ree-binding-improvements/kukit/plugin.js
Log:
Fix insertedNodes logs causing an error
Modified: kukit/kukit.js/branch/ree-binding-improvements/kukit/plugin.js
==============================================================================
--- kukit/kukit.js/branch/ree-binding-improvements/kukit/plugin.js (original)
+++ kukit/kukit.js/branch/ree-binding-improvements/kukit/plugin.js Tue Dec 4 10:12:57 2007
@@ -630,7 +630,6 @@
}
;;; kukit.logDebug(content.length + ' nodes inserted.');
// update the events for the new nodes
- ;;; kukit.logDebug("Inserted nodes length: "+insertedNodes.length);
if (oper.parms.withKssSetup) {
kukit.engine.setupEvents(content);
}
@@ -647,7 +646,6 @@
kukit.dom.insertBefore(content, parentNode, toNode);
;;; kukit.logDebug(content.length + ' nodes inserted.');
// update the events for the new nodes
- ;;; kukit.logDebug("Inserted nodes length: "+insertedNodes.length);
if (oper.parms.withKssSetup) {
kukit.engine.setupEvents(content);
}
@@ -662,7 +660,6 @@
kukit.dom.appendChildren(content, oper.node);
;;; kukit.logDebug(content.length + ' nodes inserted.');
// update the events for the new nodes
- ;;; kukit.logDebug("Inserted nodes length: "+insertedNodes.length);
if (oper.parms.withKssSetup) {
kukit.engine.setupEvents(content);
}
@@ -683,7 +680,6 @@
}
;;; kukit.logDebug(content.length + ' nodes inserted.');
// update the events for the new nodes
- ;;; kukit.logDebug("Inserted nodes length: "+insertedNodes.length);
if (oper.parms.withKssSetup) {
kukit.engine.setupEvents(content);
}
More information about the Kukit-checkins
mailing list