Landing a faster trim method. Based upon the work by Travis Hardiman and DBJDBJ....
[jquery.git] / src / support.js
index c9ff58c..befc532 100644 (file)
@@ -56,8 +56,6 @@
                // (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
                optSelected: document.createElement("select").appendChild( document.createElement("option") ).selected,
 
-               parentNode: div.removeChild( div.appendChild( document.createElement("div") ) ).parentNode === null,
-
                // Will be defined later
                checkClone: false,
                scriptEval: false,