If scrollbar's detached, reinitialise the plugin in update.

This commit is contained in:
Hyunje Alex Jun
2015-02-11 16:00:19 +00:00
parent c8fe0b9269
commit b5d0958e82
11 changed files with 154 additions and 115 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
'use strict';
var instances = require('../instances')
, updateGeometry = require('../update');
, updateGeometry = require('../update-geometry');
function bindTouchHandler(element, i, supportsTouch, supportsIePointer) {
function shouldPreventDefault(deltaX, deltaY) {