diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-11 23:34:39 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-11-11 23:34:39 +0100 |
commit | 7af9d16adff245c987eaed5ccac40f4d2824d2f3 (patch) | |
tree | 63338f98eb26ee97a5d8fb982bca0ae7984b579b | |
parent | 2f922cb4d30cf9c113be8ad165b42011fcdc34e2 (diff) | |
parent | d14d2da9474d5fe5bfbd5eb9c5d0707adbf93bcc (diff) | |
download | svg.js-7af9d16adff245c987eaed5ccac40f4d2824d2f3.tar.gz svg.js-7af9d16adff245c987eaed5ccac40f4d2824d2f3.zip |
Merge pull request #404 from Unihedro/patch-2
Annotate double quotes as double quotes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3827,7 +3827,7 @@ for (var i = 0; i < 5; i++) __Bad__: ```javascript -var text = draw.text("with single quotes here"); +var text = draw.text("with double quotes here"); var nest = draw.nested().attr("x", "50%"); for (var i = 0; i < 5; i++) { |