[KSS-checkins] r49581 - kukit/kukit.js/branch/finish-closures/kukit

gotcha at codespeak.net gotcha at codespeak.net
Sun Dec 9 20:44:39 CET 2007


Author: gotcha
Date: Sun Dec  9 20:44:38 2007
New Revision: 49581

Modified:
   kukit/kukit.js/branch/finish-closures/kukit/commandprocessor.js
Log:
indentation

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	Sun Dec  9 20:44:38 2007
@@ -25,7 +25,7 @@
 * class CommandProcessor
 */
 cp.CommandProcessor = function() {
-      this.commands = new Array();
+    this.commands = new Array();
 
     this.parseCommands = function(commands, transport) {
 ;;;    kukit.log('Parsing commands.');


More information about the Kukit-checkins mailing list