Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created December 9, 2012 16:00
Show Gist options
  • Save ruprict/4245780 to your computer and use it in GitHub Desktop.
Save ruprict/4245780 to your computer and use it in GitHub Desktop.
$(function(){
App.globalApp = new App();
ko.applyBindings(App.globalApp);
App.globalApp.loadLinks();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment