Advertisement
Guest User

Untitled

a guest
May 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. import {Radio} from 'backbone.radio';
  2.  
  3. import {Note} from './models/note';
  4.  
  5. Radio.request('notify', 'show:success', 'Calling request works!');
  6. Radio.trigger('notes', 'created', new Note({text: 'Created a note!'});
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement