fixed really nasty inf scroll bug (hotfix)
This commit is contained in:
parent
b9c98b2b44
commit
b4e0483a18
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue