cleanup, refactoring some view and model names, some minor fixes

This commit is contained in:
Jason White
2015-08-20 20:41:21 -04:00
parent 6307f102f0
commit 0e474d9de8
22 changed files with 37 additions and 21908 deletions

View File

@ -0,0 +1,10 @@
define(['jquery',
'underscore',
'backbone'],
function($,
_,
Backbone,
HTMLContentModel) {
return Backbone.Model.extend({
});
});