Typo - Fixes #58

This commit is contained in:
Kris Williams 2017-10-17 09:48:21 -07:00
parent 6d09433261
commit a0125f30a8

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();