diff options
Diffstat (limited to 'src/jqLite.js')
| -rw-r--r-- | src/jqLite.js | 2 |
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) { |
