We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3f64f commit 230818fCopy full SHA for 230818f
src/lib/elementprototype.js
@@ -24,15 +24,6 @@ if (!Element.prototype.insertAdjacentHTML)
24
}
25
26
27
-if (!document.createElement('div').classList)
28
-{
29
- Element.prototype.__defineGetter__('classList', function()
30
- {
31
- return this.className.split(/\s+/);
32
- });
33
- Element.prototype.__defineSetter__('classList', function(){});
34
-}
35
-
36
/**
37
* @fileoverview
38
* Helper function prototypes related to DOM objects and the DOM
0 commit comments