mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 01:02:23 -05:00
Keep the scrolling intent behaviour
This commit is contained in:
parent
22128dfa66
commit
b9a40a6d58
@ -9,6 +9,7 @@ module.exports = {
|
||||
var self = this;
|
||||
this.pinnedToBottom = true;
|
||||
this.lastScrollTop = 0;
|
||||
this.$scrollContainer.on('scroll', this.handleScroll.bind(this));
|
||||
},
|
||||
scrollPageLoad: function () {
|
||||
if (typeof this.lastScrollPosition === 'number') {
|
||||
|
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
# 0.0.1 1387496053745
|
||||
# 0.0.1 1387497051758
|
||||
|
||||
CACHE:
|
||||
/app.js
|
||||
|
Loading…
Reference in New Issue
Block a user