sfeast

Results 2 issues of sfeast

### Description Setting the lowerThreshold property to a falsy value does not fully disable lower threshold trigger events when reaching the bottom of the scrolling region. ### Expected outcome When...

bug

For example something like: ``` ``` with getLocation defined as: ``` getLocation: function() { return "https://dinosaur-facts.firebaseio.com/dinosaurs"; } ``` gives the following: ![error](https://cloud.githubusercontent.com/assets/202769/8145738/acd685d6-11c8-11e5-8f40-e6ec3e3cb495.png) Looks like an issue in _applyLocalDataChanges since it...