Started working on front-end MVC (WIP).
This commit is contained in:
parent
b6536c0794
commit
f6f3222855
@ -2,7 +2,31 @@
|
|||||||
|
|
||||||
var NLS = window.NewLifeSongs = {};
|
var NLS = window.NewLifeSongs = {};
|
||||||
|
|
||||||
|
// #######################################################################
|
||||||
/// ## Models
|
/// ## Models
|
||||||
|
// #######################################################################
|
||||||
|
|
||||||
|
/// ### SongModel
|
||||||
|
NLS.SongModel = Backbone.Model.extend({ });
|
||||||
|
|
||||||
|
/// ### ServiceModel
|
||||||
|
NLS.ServiceModel = Backbone.Model.extend({ });
|
||||||
|
|
||||||
|
/// ### PerformanceModel
|
||||||
|
NLS.PerformanceModel = Backbone.Model.extend({ });
|
||||||
|
|
||||||
|
// #######################################################################
|
||||||
/// ## Views
|
/// ## Views
|
||||||
|
// #######################################################################
|
||||||
|
|
||||||
|
/// ### SongsView
|
||||||
|
NLS.SongsView = Backbone.View.extend({
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
|
/// ### ServicesView
|
||||||
|
NLS.ServicesView = Backbone.View.extend({
|
||||||
|
|
||||||
|
});
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user