Created
August 6, 2010 12:03
-
-
Save tomyan/511220 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"namespaces" : { | |
"glow" : { | |
"namespaces" : { | |
"dom" : { | |
"classes" : { | |
"NodeList" : { | |
"constructor" : { | |
"methods" : { | |
"aStaticMethod" : { | |
"name" : "aStaticMethod" | |
} | |
} | |
}, | |
"methods" : { | |
"each" : { | |
"description" : "Calls a function for each node.", | |
"signatures" : { | |
"parameters" : [ | |
{ | |
"name" : "callback", | |
"description" : "The function to run for each node.", | |
"type" : "Function" | |
} | |
], | |
"returns" : { | |
"type" : "glow.dom.NodeList" | |
}, | |
"description" : "The supplied function will be called for each node in the NodeList.\n\nThe index of the node will be provided as the first parameter, and 'this' will refer to the node.", | |
"example" : "..." | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment