X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=docs%2Fsymbols%2FArray.json;fp=docs%2Fsymbols%2FArray.json;h=90c8af674b4f0260e60ff4ca6c3de72cfb856c7a;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=0000000000000000000000000000000000000000;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/docs/symbols/Array.json b/docs/symbols/Array.json new file mode 100644 index 0000000000..90c8af674b --- /dev/null +++ b/docs/symbols/Array.json @@ -0,0 +1,95 @@ +{ + "name" : "Array", + "augments" : [ + ], + "desc" : "", + "isSingleton" : false, + "isStatic" : false, + "isBuiltin" : true, + "memberOf" : "Array", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + ], + "returns" : [ + ], + "config" : [ + ], + "methods" : [ + { + "name" : "indexOf", + "desc" : "Checks whether or not the specified object exists in the array.", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Array", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "o", + "type" : "Object", + "desc" : "The object to check for", + "isOptional" : false + } + ], + "returns" : [ + { + "name" : "", + "type" : "Number", + "desc" : "The index of o in the array (or -1 if it is not found)" + } + ] + }, + { + "name" : "map", + "desc" : "Map (JS 1.6 compatibility)", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Array", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "function", + "type" : "Function", + "desc" : "to call", + "isOptional" : false + } + ], + "returns" : [ + ] + }, + { + "name" : "remove", + "desc" : "Removes the specified object from the array. If the object is not found nothing happens.", + "isStatic" : false, + "isConstructor" : false, + "isPrivate" : false, + "memberOf" : "Array", + "example" : "", + "deprecated" : "", + "since" : "", + "see" : "", + "params" : [ + { + "name" : "o", + "type" : "Object", + "desc" : "The object to remove", + "isOptional" : false + } + ], + "returns" : [ + ] + } + ], + "events" : [ + ] +} \ No newline at end of file