Skip to content

Commit

Permalink
Removed unused View
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoenraets committed May 3, 2012
1 parent 756b834 commit 331ad10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion bootstrap/js/main.js
Expand Up @@ -46,7 +46,7 @@ var AppRouter = Backbone.Router.extend({

});

utils.loadTemplate(['HeaderView', 'WineView', 'WineListView', 'WineListItemView', 'AboutView'], function() {
utils.loadTemplate(['HeaderView', 'WineView', 'WineListItemView', 'AboutView'], function() {
app = new AppRouter();
Backbone.history.start();
});
14 changes: 0 additions & 14 deletions bootstrap/tpl/WineListView.html

This file was deleted.

0 comments on commit 331ad10

Please sign in to comment.