diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 14:35:14 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-24 14:35:14 +0100 |
commit | f5413db6783d197ed5e7967957e89833a7d3c173 (patch) | |
tree | 378e0b45426d450cb1a1d4a75d872450e50f1687 /src/svg.js | |
parent | 858f19e9f8b9ba26eee8d3aeb8ba8b5b5058472b (diff) | |
download | svg.js-f5413db6783d197ed5e7967957e89833a7d3c173.tar.gz svg.js-f5413db6783d197ed5e7967957e89833a7d3c173.zip |
Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and SVGNumber on export to Array and Number
Diffstat (limited to 'src/svg.js')
-rw-r--r-- | src/svg.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1,5 +1,4 @@ import * as svgMembers from './main.js' -import * as regex from './modules/core/regex.js' import { makeInstance } from './utils/adopter' // The main wrapping element @@ -8,7 +7,3 @@ export default function SVG (element) { } Object.assign(SVG, svgMembers) - -SVG.utils = SVG -SVG.regex = regex -SVG.get = SVG |