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

tomster at codespeak.net tomster at codespeak.net
Tue Jan 30 16:07:50 CET 2007


Author: tomster
Date: Tue Jan 30 16:07:40 2007
New Revision: 37603

Modified:
   kukit/kukit.js/trunk/kukit/kukit.js
   kukit/kukit.js/trunk/kukit/serveraction.js
Log:
added `;` so that ''full'' compression won't break the code


Modified: kukit/kukit.js/trunk/kukit/kukit.js
==============================================================================
--- kukit/kukit.js/trunk/kukit/kukit.js	(original)
+++ kukit/kukit.js/trunk/kukit/kukit.js	Tue Jan 30 16:07:40 2007
@@ -221,7 +221,7 @@
     // Subsequent activations may happen, if more event handlers are set up,
     // and the first one will do the job, the later ones are ignored.
     engine.initializeRules();
-}
+};
 
 if (typeof(window) != 'undefined') {
     kukit.ut.registerEventListener(window, "load", kukit.bootstrap);

Modified: kukit/kukit.js/trunk/kukit/serveraction.js
==============================================================================
--- kukit/kukit.js/trunk/kukit/serveraction.js	(original)
+++ kukit/kukit.js/trunk/kukit/serveraction.js	Tue Jan 30 16:07:40 2007
@@ -27,7 +27,7 @@
     this.params = params;
     this.oper = oper;
     this.notifyServer();
-}
+};
 
 kukit.sa.ServerAction.prototype.calculateAbsoluteURL = function(url) {
     if (url.search("http://") == 0) {


More information about the Kukit-checkins mailing list