bclinkinbeard / angular

AngularJS compiled with jsdom and provided as a CommonJS module. Intended for testing AngularJS code without depending on a browser.
MIT License
54 stars 22 forks source link

fixed support for current versions of jsdom #36

Open jstacoder opened 9 years ago

jstacoder commented 9 years ago

the current version of jsdom replaces document.parentWindow with document.defaultView, this takes that into account and allows continued use