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

This commit is contained in:
Hyunje Alex Jun
2015-02-05 18:57:33 +00:00
parent c8fe0b9269
commit b5d0958e82
11 changed files with 154 additions and 115 deletions

View File

@@ -5,7 +5,7 @@
var h = require('../../lib/helper')
, instances = require('../instances')
, updateGeometry = require('../update');
, updateGeometry = require('../update-geometry');
function bindKeyboardHandler(element, i) {
var hovered = false;