Merge pull request #59 from gliffy/fix-58

Typo - Fixes #58
This commit is contained in:
Kris Williams 2017-10-17 09:49:42 -07:00 committed by GitHub
commit eaab317a36

View File

@ -1105,7 +1105,7 @@
dw = args[7]; dw = args[7];
dh = args[8]; dh = args[8];
} else { } else {
throw new Error("Inavlid number of arguments passed to drawImage: " + arguments.length); throw new Error("Invalid number of arguments passed to drawImage: " + arguments.length);
} }
parent = this.__closestGroupOrSvg(); parent = this.__closestGroupOrSvg();