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

index 80a53a5..9626135 100644 (file)
@@ -172,19 +172,11 @@ Roo.apply(Roo.XComponent,
      * 
      */ 
    
-    build : function(onCompleteFn
+    build : function() 
     {
         
         this.preBuild();
-        var onComplete = function () {
-            if (onCompleteFn) {
-                onCompleteFn.call(this);
-            }
-            
-            
         
-            
-        }
         var _this = this;
         var cmp = function(a,b) {   
             return String(a).toUpperCase() > String(b).toUpperCase() ? 1 : -1;