Remove variable cleaning.

This commit is contained in:
Hyunje Alex Jun 2015-01-24 15:05:56 +00:00
parent 1541f73add
commit aa58a8298e

View File

@ -766,26 +766,6 @@ module.exports = function (element, settingOrCommand) {
d.remove(scrollbarXRail);
d.remove(scrollbarYRail);
// clean all variables
scrollbarXActive =
scrollbarYActive =
containerWidth =
containerHeight =
contentWidth =
contentHeight =
scrollbarXWidth =
scrollbarXLeft =
scrollbarXBottom =
isScrollbarXUsingBottom =
scrollbarXTop =
scrollbarYHeight =
scrollbarYTop =
scrollbarYRight =
isScrollbarYUsingRight =
scrollbarYLeft =
isRtl =
eventClass = null;
isPluginAlive = false;
}