Infinite scroll now provokes stream refresh

This commit is contained in:
Maxwell Salzberg & Sarah Mei 2011-08-23 23:00:55 -07:00
parent 1df4e76f36
commit a7d05756db

View file

@ -13,7 +13,7 @@
});
});
this.globalSubscribe("stream/reloaded", function() {
this.globalSubscribe("stream/reloaded stream/scrolled", function() {
self.publish("widget/ready", self.stream);
});