Skip to content

Instantly share code, notes, and snippets.

@verekia
Created January 20, 2016 19:51
Show Gist options
  • Save verekia/df8d73f585033bbbec23 to your computer and use it in GitHub Desktop.
Save verekia/df8d73f585033bbbec23 to your computer and use it in GitHub Desktop.
require(['Models/User', 'Router'], function(User, Router){
var users = [new User('Barney'),
new User('Cartman'),
new User('Sheldon')];
localStorage.users = JSON.stringify(users);
Router.startRouting();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment