Skip to content

Instantly share code, notes, and snippets.

@tomyan
Created August 6, 2010 12:03
Show Gist options
  • Save tomyan/511220 to your computer and use it in GitHub Desktop.
Save tomyan/511220 to your computer and use it in GitHub Desktop.
{
"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