Created
October 22, 2012 14:10
-
-
Save chandruxp/3931678 to your computer and use it in GitHub Desktop.
Backbone: LayoutView Boilerplate
This file contains hidden or 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
define(['jquery','lodash','backbone', | |
'i18n!strings/nls/common'], | |
function($, _, Backbone, CommonStrings){ | |
var view = Backbone.View.extend({ | |
tagName : "li", | |
template : "" | |
}); | |
return view; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment