FIX: Update ember-cloaking. Should fix some vanishing posts

This commit is contained in:
Robin Ward 2014-03-21 14:30:03 -04:00
parent 539890afdf
commit 2842952a76
1 changed files with 1 additions and 0 deletions

View File

@ -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);