summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 16:14:29 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 16:14:29 -0500
commit840cdf39595c6b8a29d2c91447d9fb8a91582a59 (patch)
tree76ec09a7693993f7229948a79dace3f268f001ec /StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js
parent7920b278e296e99a069c7ab8b78b271e9665a84a (diff)
ui changes
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js')
-rw-r--r--StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js b/StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js
deleted file mode 100644
index 7cd96f89..00000000
--- a/StoneIsland/platforms/ios/www/js/vendor/view/scrollable.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var ScrollableView = View.extend({
-
- events: {
- "load img": "deferScrollToTop",
- },
-
- deferScrollToTop: function(){
- setTimeout(this.scrollToTop.bind(this), 0)
- },
-
- refreshScroller: function(){
- this.scroller.refresh()
- },
-
- scrollToTop: function(){
- this.scroller.refresh()
- app.collection.scroller.scrollTo(0, 0)
- },
-
-}) \ No newline at end of file