Snap.svg
Snap.svg copied to clipboard
'glob.doc' is undefined when loading via npm / browserify
Loading current master via npm / browserify results in:
Uncaught TypeError: Cannot read property 'contains' of undefined
From this line:
var contains = glob.doc.contains || glob.doc.compareDocumentPosition ? ...
I'm also having this issue with webpack.
Having the same issue right now, any workarounds ?
I am also having this problem. Anybody find any workarounds?
+1
Same issue here...
+1 same issue, using webpack.
This issue was addressed in issue #170. The code was merged into the dev branch, but has not yet made it to master. I updated my npm dependency to point to the dev branch and everything seems to work as expected.
I still see the issue and I'm using ^0.5.1