X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Object.html diff --git a/docs/source/Object.html b/docs/source/Object.html index 2110ee99..1dc60b17 100644 --- a/docs/source/Object.html +++ b/docs/source/Object.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.Object
@@ -435,7 +452,7 @@ var ExtObject = Ext.Object = {
         return values;
     },
 
-    /**
+    /**
      * Gets all keys of the given object as an array.
 
     var values = Ext.Object.getKeys({
@@ -445,6 +462,7 @@ var ExtObject = Ext.Object = {
 
      * @param {Object} object
      * @return {Array} An array of keys from the object
+     * @method
      */
     getKeys: ('keys' in Object.prototype) ? Object.keys : function(object) {
         var keys = [],
@@ -526,4 +544,6 @@ Ext.urlDecode = function() {
 };
 
 })();
-
\ No newline at end of file +
+ +