Skip to content

Instantly share code, notes, and snippets.

@russweas
Created June 28, 2015 22:52
Show Gist options
  • Save russweas/0342b60bb35ccf3470fc to your computer and use it in GitHub Desktop.
Save russweas/0342b60bb35ccf3470fc to your computer and use it in GitHub Desktop.
var methods = this.app.viewData[view].funcs_to_call;
for(var i in methods)
{
this[methods[i]]();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment