sync
[roojs1] / docs / symbols / Array.json
index 90c8af6..5136c81 100644 (file)
@@ -1,34 +1,42 @@
 {
   "name" : "Array",
-  "augments" : [
-  ],
+  "augments" : [],
+  "childClasses" : {  },
+  "tree_children" : [],
+  "tree_parent" : [],
   "desc" : "",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : true,
+  "isAbstract" : false,
+  "isBuilderTop" : false,
   "memberOf" : "Array",
   "example" : "",
   "deprecated" : "",
   "since" : "",
   "see" : "",
-  "params" : [
-  ],
-  "returns" : [
-  ],
-  "config" : [
-  ],
+  "params" : [],
+  "returns" : [],
+  "throws" : "",
+  "requires" : "",
+  "config" : [],
   "methods" : [
     {
       "name" : "indexOf",
+      "type" : "function",
       "desc" : "Checks whether or not the specified object exists in the array.",
+      "sig" : "(o)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Array",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
     },
     {
       "name" : "map",
+      "type" : "function",
       "desc" : "Map (JS 1.6 compatibility)",
+      "sig" : "(function() {\n\n})",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Array",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "function",
           "isOptional" : false
         }
       ],
-      "returns" : [
-      ]
+      "returns" : []
     },
     {
       "name" : "remove",
+      "type" : "function",
       "desc" : "Removes the specified object from the array.  If the object is not found nothing happens.",
+      "sig" : "(o)",
+      "static" : false,
+      "memberOf" : "",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
-      "memberOf" : "Array",
       "example" : "",
       "deprecated" : "",
       "since" : "",
       "see" : "",
+      "exceptions" : "",
+      "requires" : "",
       "params" : [
         {
           "name" : "o",
           "isOptional" : false
         }
       ],
-      "returns" : [
-      ]
+      "returns" : []
+    },
+    {
+      "name" : "equals",
+      "type" : "function",
+      "desc" : "equals",
+      "sig" : "(o)",
+      "static" : false,
+      "memberOf" : "",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [
+        {
+          "name" : "o",
+          "type" : "Array",
+          "desc" : "The array to compare to",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
     }
   ],
-  "events" : [
-  ]
+  "events" : []
 }
\ No newline at end of file