aboutsummaryrefslogtreecommitdiffstats
path: root/src/default.js
diff options
context:
space:
mode:
authorWout Fierens <wout@impinc.co.uk>2013-04-14 09:10:04 -0700
committerWout Fierens <wout@impinc.co.uk>2013-04-14 09:10:04 -0700
commit874a935d7bff9647d7e459dc18e0dce2996d0455 (patch)
tree7c99b274a9c2d72bd07c65c30165707a7c83bcbd /src/default.js
parent4154cf975a9a458dab4af4610010c3faddbdcad4 (diff)
parentec00f8b7ad7761c67999969b8de120b8c4645bb4 (diff)
downloadsvg.js-874a935d7bff9647d7e459dc18e0dce2996d0455.tar.gz
svg.js-874a935d7bff9647d7e459dc18e0dce2996d0455.zip
Merge pull request #24 from robwalch/master
Keyword 'default' throws errors in some browsers
Diffstat (limited to 'src/default.js')
-rw-r--r--src/default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/default.js b/src/default.js
index 4efc226..1dbe9c0 100644
--- a/src/default.js
+++ b/src/default.js
@@ -1,5 +1,5 @@
-SVG.default = {
+SVG.defaults = {
// Default matrix
matrix: '1,0,0,1,0,0'