diff options
Diffstat (limited to 'public/assets/js/lib/view/HomeView.js')
| -rw-r--r-- | public/assets/js/lib/view/HomeView.js | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/public/assets/js/lib/view/HomeView.js b/public/assets/js/lib/view/HomeView.js deleted file mode 100644 index 3eac71e..0000000 --- a/public/assets/js/lib/view/HomeView.js +++ /dev/null @@ -1,27 +0,0 @@ -var HomeView = View.extend({ - - el: "#home", - - // template: liquid($('#tmpl-home').html()), - - events: { - }, - - initialize: function(options){ - options = options || {} - var data = this.data = options.data - }, - - render: function(){ - if (this.rendered) return - this.rendered = true - }, - - show: function(){ - this.render(this.data) - }, - - hide: function(){ - }, - -}) |
