Roo/Document.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:58:21 +0000 (13:58 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 Jun 2010 05:58:21 +0000 (13:58 +0800)
Roo/Document.js

index 121ca34..23f021d 100644 (file)
@@ -297,7 +297,7 @@ Roo.apply(Roo.XComponent,
             
             var m = mods.unshift();
             
-            if (typeof(m) == 'function') {
+            if (typeof(m) == 'function') { // not sure if this is supported any more..
                 m.call(this);
                 return progressRun.defer(10, _this);
             }