Typo - Fixes #58
This commit is contained in:
parent
6d09433261
commit
a0125f30a8
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user