Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $(function() {
  2. const wishesCollection = new WishesCollection();
  3. wishesCollection.subscribe();
  4.  
  5. const wishesView = new WishesView(wishesCollection);
  6. wishesView.initEvents();
  7.  
  8. const wishQuickSubmitterView = new WishQuickSubmitterView();
  9. wishQuickSubmitterView.initEvents();
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement