diff options
| author | Igor Minar | 2011-04-09 00:16:40 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-04-09 00:16:44 -0700 |
| commit | 9462b556a31efbe1560c5086326c80a6e9e39f87 (patch) | |
| tree | a3542f6e894906eef2b0c7d9ae57bb741d6fdd7e /src/jqLite.js | |
| parent | 8e6ecd98ae5ef24a7398aee19c006b9dda5385ff (diff) | |
| download | angular.js-9462b556a31efbe1560c5086326c80a6e9e39f87.tar.bz2 | |
fix build for IE9
all unit tests now pass under IE9
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) { |
