Fix typo in helper.removePsClasses

This commit is contained in:
Hyunje Alex Jun
2015-01-26 14:46:14 +00:00
parent 70acad4941
commit f8b20a9fc9
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ module.exports = function (element) {
d.remove(i.scrollbarY);
d.remove(i.scrollbarXRail);
d.remove(i.scrollbarYRail);
h.removePsClass(element);
h.removePsClasses(element);
instances.remove(element);
};