Guest User

Untitled

a guest
Sep 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. // use this as a starting point when adding a view
  3.  
  4. define([
  5. 'text!views/-------.html',
  6. 'views/View'
  7. ],
  8. function (
  9. template,
  10. View
  11. ) {
  12. 'use strict'
  13. return View.extend({
  14. template: template,
  15. initialize: function () {
  16.  
  17. }
  18. })
  19. })
Add Comment
Please, Sign In to add comment