diff options
author | albert-github <albert.tests@gmail.com> | 2023-04-15 11:45:54 +0200 |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2023-04-15 11:45:54 +0200 |
commit | a5268a8aab187a4d98190833923f0a80610007f8 (patch) | |
tree | 2ea83d5d5bed92ae90b518f1ca539a9f9e049716 /spec/helpers.js | |
parent | 770ca58d58bcb48a52367e9a340ab06c0053f1d5 (diff) | |
download | svg.js-a5268a8aab187a4d98190833923f0a80610007f8.tar.gz svg.js-a5268a8aab187a4d98190833923f0a80610007f8.zip |
Spelling corrections
Diffstat (limited to 'spec/helpers.js')
-rw-r--r-- | spec/helpers.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers.js b/spec/helpers.js index d6d1405..7d63dfa 100644 --- a/spec/helpers.js +++ b/spec/helpers.js @@ -124,7 +124,7 @@ export function buildFixtures () { div.id = 'fixtures' try { - // FIXME: doesnt work in svgdom + // FIXME: doesn't work in svgdom div.style.position = 'absolute' div.style.top = 0 div.style.left = 0 @@ -142,7 +142,7 @@ export function buildCanvas () { div.id = 'canvas' try { - // FIXME: doesnt work in svgdom + // FIXME: doesn't work in svgdom div.style.position = 'absolute' div.style.top = 0 div.style.left = 0 |