Guest User

Untitled

a guest
Oct 18th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Classy.Editable = SC.View.extend
  2.   value: ""
  3.  
  4.   classNames: ['classy-editable']
  5.    
  6.   defaultTemplate: (context) -> context.value
  7.    
  8.   attributeBindings: ['contenteditable']
  9.  
  10.   contenteditable: true
Add Comment
Please, Sign In to add comment