Skip to content

Commit 2f1dc1f

Browse files
committed
Hotfix
accidentally left in some debug code. sorry!
1 parent bea5800 commit 2f1dc1f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

classList.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* classList.js: Cross-browser full element.classList implementation.
3-
* 1.2.20171109
3+
* 1.2.201711092
44
*
55
* By Eli Grey, http://eligrey.com
66
* License: Dedicated to the public domain.
@@ -176,7 +176,7 @@ if (objCtr.defineProperty) {
176176
get: classListGetter
177177
, enumerable: true
178178
, configurable: true
179-
};view.x=[elemCtrProto, classListProp, classListPropDesc]
179+
};
180180
try {
181181
objCtr.defineProperty(elemCtrProto, classListProp, classListPropDesc);
182182
} catch (ex) { // IE 8 doesn't support enumerable:true

classList.min.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)