Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created March 1, 2010 09:08
Show Gist options
  • Save jakearchibald/318219 to your computer and use it in GitHub Desktop.
Save jakearchibald/318219 to your computer and use it in GitHub Desktop.
// image this is part of a "Menu"
Menu.prototype.load = function() {
var menu = this;
glow.net.get(menu.path, {
onLoad: function(response) {
menu.field = response.json().field;
}
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment