Created
April 25, 2012 16:18
-
-
Save eishay/2491018 to your computer and use it in GitHub Desktop.
Ember.View.extend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var myView = Ember.View.extend({ templateName: 'my_view' }), | |
myWidget = Ember.View.extend({ templateName: 'widget/another_view' }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment