From: Ulrich-Matthias Schäfer Date: Sun, 9 Apr 2017 19:03:40 +0000 (+0200) Subject: fix pass X-Git-Tag: 2.5.2~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=32ce0adb2f4cab5e15ed029d8a01c080794589e5;p=svg.js.git fix pass --- diff --git a/spec/spec/helper.js b/spec/spec/helper.js index 9589695..025c9dc 100644 --- a/spec/spec/helper.js +++ b/spec/spec/helper.js @@ -4,7 +4,7 @@ parserInDoc = false if(typeof exports === 'object'){ - window = require('../../../svgdom/dom.js') + window = require('svgdom') SVG = require('../../dist/svg.js') document = window.document drawing = document.documentElement