Remove variable cleaning.
This commit is contained in:
parent
1541f73add
commit
aa58a8298e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user