node-wgxpath
node-wgxpath copied to clipboard
Update Wicked Good XPath to 1.3.0
This updates Wicked Good XPath to the 1.3.0 release. Notable changes include:
- Fixed a bug in IE8 compatibility introduced by the 1.2 release.
- Fixed a check for node.style so that it won't mutate the DOM on IE < 9.
- The library now performs wgxpath.install on Document.prototype if available. This allows document.evaluate to also work on XMLDocument.
ping @jacobmarble
Does word_of_the_day.js work after this commit? I ask because about 10 lines of code have been omitted from the end of wgxpath.install.js.