We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ace90b commit 1d73206Copy full SHA for 1d73206
src/iepp.js
@@ -1,4 +1,4 @@
1
-/*! iepp v2.1pre MIT @jon_neal & afarkas */
+/*! iepp v2.1 MIT @jon_neal & afarkas */
2
(function(win, doc) {
3
//taken from modernizr
4
if ( !window.attachEvent || !doc.createStyleSheet || !(function(){ var elem = document.createElement("div"); elem.innerHTML = "<elem></elem>"; return elem.childNodes.length !== 1; })()) {
0 commit comments