Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2015
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. var Roller = Ember.Application.create({
  2. LOG_TRANSITIONS: true,
  3. LOG_BINDINGS: true,
  4. LOG_VIEW_LOOKUPS: true,
  5. LOG_STACKTRACE_ON_DEPRECATION: true,
  6. LOG_VERSION: true,
  7. debugMode: true
  8. });
  9.  
  10. Roller.Router.map(function () {
  11. this.resource("roll");
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement