OOPS: Commented out the wrong line

This commit is contained in:
Robin Ward 2013-12-02 14:27:47 -05:00
parent eea7aea688
commit b37fae50e3

View File

@ -15,8 +15,7 @@ Discourse.CloakedCollectionView = Ember.CollectionView.extend(Discourse.Scrollin
idProperty = this.get('idProperty') || 'id';
// Give ourselves more slack on touch devices
// this.set('slackRatio', Discourse.touch ? 1.5 : 0.75);
this.set('slackRatio', 1.0);
this.set('slackRatio', Discourse.touch ? 1.5 : 0.75);
this.set('itemViewClass', Discourse.CloakedView.extend({
classNames: [cloakView + '-cloak'],