Skip to content

Instantly share code, notes, and snippets.

@stephankaag
Created September 6, 2013 12:14
Show Gist options
  • Save stephankaag/6462995 to your computer and use it in GitHub Desktop.
Save stephankaag/6462995 to your computer and use it in GitHub Desktop.
With context
loadPath: function() {
_.each(this.path.models(), function(model, index) {
this.loadModel(model, index);
}, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment