diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-02-11 15:29:23 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-03-01 02:06:05 +0100 |
commit | 64a5c17b95393c0914670b1b9e2c8b4d63707968 (patch) | |
tree | d474bc95c101a44c91ee0ae8f7ccd73bb3acb48d /gulpfile.js | |
parent | 3d1b02f878756dece8a20c0110497ccc70b4f363 (diff) | |
download | svg.js-64a5c17b95393c0914670b1b9e2c8b4d63707968.tar.gz svg.js-64a5c17b95393c0914670b1b9e2c8b4d63707968.zip |
merge SVG.Doc and SVG.Nested. Add isRoot() method, update doc methods to decide between doc and nested
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index 545a27f..d96451b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,6 @@ var parts = [ 'src/image.js',
'src/text.js',
'src/textpath.js',
- 'src/nested.js',
'src/hyperlink.js',
'src/marker.js',
'src/sugar.js',
|