diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-09 21:03:40 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-09 21:03:40 +0200 |
commit | 32ce0adb2f4cab5e15ed029d8a01c080794589e5 (patch) | |
tree | 34d5c74afd8b63fc601150d4130183aef1b1c17c | |
parent | 4dd7ce338880d05ff0ea03d9b730126bcee99356 (diff) | |
download | svg.js-32ce0adb2f4cab5e15ed029d8a01c080794589e5.tar.gz svg.js-32ce0adb2f4cab5e15ed029d8a01c080794589e5.zip |
fix pass
-rw-r--r-- | spec/spec/helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |