canjs / can-compile

Compile CanJS Mustache and EJS views for lightning fast production apps
http://daffl.github.com/can-compile
MIT License
35 stars 15 forks source link

parsing dom error fixed. #34

Closed dorajistyle closed 9 years ago

dorajistyle commented 9 years ago

when user use jsdom ~0.5.6, the error occurs below.

can-compile/node_modules/jsdom/lib/jsdom/level1/core.js:432 set nodeName() { throw new core.DOMException();},


Using jsdom 3.1.2 is fine.

http://stackoverflow.com/questions/28756230/nodejs-parsing-dom-error-with-strict-mode

dorajistyle commented 9 years ago

Not working. I'm trying to figure out it.