Restores code commented out on accident.
authorSalvatore Iovene <salvatore@iovene.com>
Fri, 8 Feb 2013 11:57:34 +0000 (13:57 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Fri, 8 Feb 2013 11:57:34 +0000 (13:57 +0200)
examples/hoofbeats/javascripts/app/views/allView.js

index 394cc86..0944f0a 100644 (file)
@@ -1,14 +1,12 @@
 /* vi: set et sw=4 ts=4 si: */
 (function(app, Ember) {
     var AllView = Ember.View.extend({
-        templateName: 'all'
-        /*
+        templateName: 'all',
         classNames: ['mediaItems ch-simple-scrollable'],
 
         didInsertElement: function() {
             this.$().ch_simple_scrollable('enable');
         }
-        */
     });
 
     app.AllView = AllView;