Skip to content

Instantly share code, notes, and snippets.

@chandruxp
Created October 22, 2012 14:10
Show Gist options
  • Save chandruxp/3931678 to your computer and use it in GitHub Desktop.
Save chandruxp/3931678 to your computer and use it in GitHub Desktop.
Backbone: LayoutView Boilerplate
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