More typo fixes

This commit is contained in:
rejas 2019-06-05 09:46:59 +02:00
parent 5c08bde0fa
commit 8f1a212b52
6 changed files with 12 additions and 18 deletions

View file

@ -21,7 +21,7 @@
var prototype = new this();
initializing = false;
// Make a copy of all prototype properies, to prevent reference issues.
// Make a copy of all prototype properties, to prevent reference issues.
for (var name in prototype) {
prototype[name] = cloneObject(prototype[name]);
}