[KSS-checkins] r49548 - kukit/kukit.js/branch/finish-closures/kukit
gotcha at codespeak.net
gotcha at codespeak.net
Sat Dec 8 14:44:24 CET 2007
Author: gotcha
Date: Sat Dec 8 14:44:22 2007
New Revision: 49548
Modified:
kukit/kukit.js/branch/finish-closures/kukit/commandprocessor.js
Log:
I suppose 'var' was really needed
Modified: kukit/kukit.js/branch/finish-closures/kukit/commandprocessor.js
==============================================================================
--- kukit/kukit.js/branch/finish-closures/kukit/commandprocessor.js (original)
+++ kukit/kukit.js/branch/finish-closures/kukit/commandprocessor.js Sat Dec 8 14:44:22 2007
@@ -28,7 +28,7 @@
this.commands = new Array();
};
-CommandProcessor = cp.CommandProcessor.prototype;
+var CommandProcessor = cp.CommandProcessor.prototype;
CommandProcessor.parseCommands =
function(commands, transport) {
More information about the Kukit-checkins
mailing list