Skip to content

Commit

Permalink
FIX: Update ember-cloaking. Should fix some vanishing posts
Browse files Browse the repository at this point in the history
  • Loading branch information
eviltrout committed Mar 21, 2014
1 parent 539890a commit 2842952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/assets/javascripts/ember-cloaking.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
$(window).bind('scroll.ember-cloak', onScrollMethod);
this.addObserver('wrapperTop', self, onScrollMethod);
this.addObserver('wrapperHeight', self, onScrollMethod);
this.addObserver('content.@each', self, onScrollMethod);
this.scrollTriggered();

this.set('scrollingEnabled', true);
Expand Down

0 comments on commit 2842952

Please sign in to comment.