Roo/History.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 07:18:15 +0000 (15:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 07:18:15 +0000 (15:18 +0800)
Roo/History.js

index fac93a1..370fcb6 100644 (file)
@@ -147,7 +147,8 @@ Roo.History = {
      * History.clearAllIntervals
      * Clears all setInterval instances.
      */
-    clearAllIntervals: function(){
+    clearAllIntervals: function()
+    {
         var i, il = this.intervalList;
         if (typeof il !== "undefined" && il !== null) {
             for (i = 0; i < il.length; i++) {
@@ -165,11 +166,12 @@ Roo.History = {
      * History.debugLog(message,...)
      * Logs the passed arguments if debug enabled
      */
-    debugLog : function(){
+    debugLog : function()
+    {
         if ( (this.debug||false) ) {
             Roo.log.apply(History,arguments);
         }
-    };
+    },