Have the context of infinitescroll.initialize be infinitescroll
This commit is contained in:
parent
e8a1ca70e3
commit
49183f8f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
InfiniteScroll.prototype.start = function() {
|
InfiniteScroll.prototype.start = function() {
|
||||||
Diaspora.widgets.subscribe("stream/reloaded", this.initialize);
|
Diaspora.widgets.subscribe("stream/reloaded", this.initialize, this);
|
||||||
this.initialize();
|
this.initialize();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue