mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-04-25 06:58:30 -04:00
More typo fixes
This commit is contained in:
parent
5c08bde0fa
commit
8f1a212b52
6 changed files with 12 additions and 18 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue