Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
accidentally left in some debug code. sorry!
  • Loading branch information
eligrey committed Nov 9, 2017
1 parent bea5800 commit 2f1dc1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions classList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* classList.js: Cross-browser full element.classList implementation.
* 1.2.20171109
* 1.2.201711092
*
* By Eli Grey, http://eligrey.com
* License: Dedicated to the public domain.
Expand Down Expand Up @@ -176,7 +176,7 @@ if (objCtr.defineProperty) {
get: classListGetter
, enumerable: true
, configurable: true
};view.x=[elemCtrProto, classListProp, classListPropDesc]
};
try {
objCtr.defineProperty(elemCtrProto, classListProp, classListPropDesc);
} catch (ex) { // IE 8 doesn't support enumerable:true
Expand Down
12 changes: 6 additions & 6 deletions classList.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f1dc1f

Please sign in to comment.