mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
OOPS: Commented out the wrong line
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user