fixed really nasty inf scroll bug (hotfix)

This commit is contained in:
danielgrippi 2012-01-20 01:20:41 -08:00
parent b9c98b2b44
commit b4e0483a18

View file

@ -10,6 +10,7 @@ app.models.Stream = Backbone.Collection.extend({
_fetching : false,
fetch: function() {
if(this._fetching) { console.log('no sir'); return false; }
var self = this
// we're fetching the collection... there is probably a better way to do this