X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Loader.html?ds=sidebyside diff --git a/docs/source/Loader.html b/docs/source/Loader.html index 14ba4e6b..f8feee3f 100644 --- a/docs/source/Loader.html +++ b/docs/source/Loader.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @author Jacky Nguyen <jacky@sencha.com>
  * @docauthor Jacky Nguyen <jacky@sencha.com>
  * @class Ext.Loader
@@ -315,7 +332,7 @@ This process will be automated with Sencha Command, to be released and documente
             return this.config;
         },
 
-        /**
+        /**
          * Sets the path of a namespace.
          * For Example:
 
@@ -324,6 +341,7 @@ This process will be automated with Sencha Command, to be released and documente
          * @param {String/Object} name See {@link Ext.Function#flexSetter flexSetter}
          * @param {String} path See {@link Ext.Function#flexSetter flexSetter}
          * @return {Ext.Loader} this
+         * @method
          * @markdown
          */
         setPath: flexSetter(function(name, path) {
@@ -1137,4 +1155,6 @@ This process will be automated with Sencha Command, to be released and documente
     Manager.setDefaultPostprocessorPosition('uses', 'last');
 
 })(Ext.ClassManager, Ext.Class, Ext.Function.flexSetter, Ext.Function.alias);
-
\ No newline at end of file +
+ +