Guest User

Untitled

a guest
Dec 9th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class @Santoor
  2.  
  3. constructor: ->
  4. @name = 1;
  5.  
  6.  
  7. @SantoorSong = Backbone.View.extend(
  8.  
  9. render: ->
  10. $("#main").html("Ritesh")
  11. )
Add Comment
Please, Sign In to add comment