diff options
author | wout <wout@impinc.co.uk> | 2012-12-21 17:28:17 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-21 17:28:17 +0100 |
commit | 5e4f748abffe48305e3d112e683d71cbec5155b3 (patch) | |
tree | 3c283536ea906a9260946168f6ad7b3891aa4f58 /src/container.js | |
parent | b1516b2580dbdffd5ee68c75d4eb769b52faa100 (diff) | |
download | svg.js-5e4f748abffe48305e3d112e683d71cbec5155b3.tar.gz svg.js-5e4f748abffe48305e3d112e683d71cbec5155b3.zip |
Streamlined code
Diffstat (limited to 'src/container.js')
-rw-r--r-- | src/container.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/container.js b/src/container.js index a6eeb93..868b477 100644 --- a/src/container.js +++ b/src/container.js @@ -114,7 +114,7 @@ SVG.Container = { e.size(v.width, v.height); v.data != null ? - e.data(v.data) : + e.plot(v.data) : v.src != null ? e.load(v.src) : v.text != null ? |