X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..refs/tags/3.1.0:/docs/source/Ext-more.html diff --git a/docs/source/Ext-more.html b/docs/source/Ext-more.html index a047fc57..099cf7c1 100644 --- a/docs/source/Ext-more.html +++ b/docs/source/Ext-more.html @@ -1,21 +1,16 @@ - - - The source code - - - - -
/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-/**
+
+
+      
+  The source code
+    
+    
+
+
+    
/**
  * @class Ext
  */
 
-Ext.ns("Ext.grid", "Ext.dd", "Ext.tree", "Ext.form", "Ext.menu",
+Ext.ns("Ext.grid", "Ext.list", "Ext.dd", "Ext.tree", "Ext.form", "Ext.menu",
        "Ext.state", "Ext.layout", "Ext.app", "Ext.ux", "Ext.chart", "Ext.direct");
     
/** * Namespace alloted for extensions to the framework. @@ -66,7 +61,7 @@ Ext.apply(Ext, function(){ */ num : function(v, defaultValue){ v = Number(Ext.isEmpty(v) || Ext.isBoolean(v) ? NaN : v); - return isNaN(v)? defaultValue : v; + return isNaN(v) ? defaultValue : v; },
/** @@ -693,6 +688,6 @@ Ext.applyIf(Number.prototype, { return Math.min(Math.max(this, min), max); } }); -
- +
+ \ No newline at end of file