FIX: Upward scrolling jumps

This commit is contained in:
Robin Ward 2013-11-27 15:58:13 -05:00
parent a2b70f64ca
commit 09155a9969
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Discourse.CloakedView = Discourse.View.extend({
init: function() {
this._super();
this.set('style', 'height: ' + this.get('defaultHeight') + 'px');
this.uncloak();
},
/**