aboutsummaryrefslogtreecommitdiffstats
path: root/src/jqLite.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jqLite.js')
-rw-r--r--src/jqLite.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jqLite.js b/src/jqLite.js
index 6539aaab..ab4674fe 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -209,7 +209,7 @@ forEach({
}
},
- text: extend(msie
+ text: extend((msie < 9)
? function(element, value) {
// NodeType == 3 is text node
if (element.nodeType == 3) {