mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 17:53:40 +08:00
OOPS: Commented out the wrong line
This commit is contained in:
parent
eea7aea688
commit
b37fae50e3
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user