Skip to content

Commit

Permalink
use window instead of this
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy authored and mlynch committed Dec 6, 2015
1 parent 8fc6e57 commit e899ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/views/scrollView.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ var zyngaCore = { effect: {} };
return id;
}
};
})(this);
})(window);

/*
* Scroller
Expand Down

0 comments on commit e899ad5

Please sign in to comment.