diff --git a/index.html b/index.html index ec3149f..4631584 100755 --- a/index.html +++ b/index.html @@ -94,8 +94,8 @@ function prepareTransitions(elem){ } $(document).ready(function(){ + // general window behavior... $(window) - //.resize(viewResizeHandler) .resize(updateView) .bind('hashchange', hashChangeHandler) @@ -129,8 +129,6 @@ $(document).ready(function(){ }, function(k){console.log(k)})) - //setTransformOrigin($('.magazine')) - window.MagazineScroller = makeScrollHandler($('.viewer'), { hScroll: true, vScroll: false, @@ -149,9 +147,6 @@ $(document).ready(function(){ .on('swipeRight', handleSwipeRight) .on('swipeUp swipeDown', function(){ togglePageView('off') }) .on('screenReleased', handleScrollRelease) - /* - .on('screenReleased swipeRight swipeLeft', handleScrollRelease) - */ .on('pageChanged', updatePageNumberIndicator) .on('magazineDataLoaded', loadMagazineChrome) @@ -192,247 +187,255 @@ $(document).ready(function(){
+| - - - - |
| + + + + |