Have the context of infinitescroll.initialize be infinitescroll

This commit is contained in:
Dan Hansen 2011-04-26 21:39:13 -05:00
parent e8a1ca70e3
commit 49183f8f3d

View file

@ -28,7 +28,7 @@
};
InfiniteScroll.prototype.start = function() {
Diaspora.widgets.subscribe("stream/reloaded", this.initialize);
Diaspora.widgets.subscribe("stream/reloaded", this.initialize, this);
this.initialize();
};