diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-11 17:37:06 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-11 17:37:06 +0100 |
commit | bf7703f5915c6154937f3febf812aad6483bff45 (patch) | |
tree | 384be2f9fff05e755669b14f2f8fa0a624dacf45 /src/elements/Shape.js | |
parent | f2513baf3c9262190ee2c92fb98b2dd099bfbab2 (diff) | |
download | svg.js-bf7703f5915c6154937f3febf812aad6483bff45.tar.gz svg.js-bf7703f5915c6154937f3febf812aad6483bff45.zip |
make window and document exchangeable in case they are not globals alreay, make sure that init functions are chaninable
Diffstat (limited to 'src/elements/Shape.js')
-rw-r--r-- | src/elements/Shape.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/elements/Shape.js b/src/elements/Shape.js index e2821fe..cdddc60 100644 --- a/src/elements/Shape.js +++ b/src/elements/Shape.js @@ -1,7 +1,6 @@ import { register } from '../utils/adopter.js' import Element from './Element.js' - export default class Shape extends Element {} register(Shape) |