aboutsummaryrefslogtreecommitdiffstats
path: root/dist/svg.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2012-12-21 21:47:34 +0100
committerwout <wout@impinc.co.uk>2012-12-21 21:47:34 +0100
commit47f41e9efba37af3394a095392a907765395932e (patch)
tree9475dc9b618bab2ffaa0f21c80a5149c49991b11 /dist/svg.js
parentcf1bd17eebe9b6cb8fac869aeec4245a0ec66fff (diff)
downloadsvg.js-47f41e9efba37af3394a095392a907765395932e.tar.gz
svg.js-47f41e9efba37af3394a095392a907765395932e.zip
Lowered presence of the svg function
Diffstat (limited to 'dist/svg.js')
-rw-r--r--dist/svg.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/dist/svg.js b/dist/svg.js
index 9baa57e..19a1d26 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -1,4 +1,4 @@
-/* svg.js v0.1-1-g9dd851e - svg container element group arrange defs clip doc shape rect circle ellipse path image text sugar - svgjs.com/license */
+/* svg.js v0.1-2-gcf1bd17 - svg container element group arrange defs clip doc shape rect circle ellipse path image text sugar - svgjs.com/license */
(function() {
this.SVG = {
@@ -14,10 +14,6 @@
o.prototype[k] = m[k];
}
};
-
- window.svg = function(e) {
- return new SVG.Doc(e);
- };
SVG.Container = {
@@ -688,3 +684,4 @@
}).call(this);
+window.svg = function(e) { return new SVG.Doc(e); };