mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:10:40 +02:00
hifi-boot.js: Coding convention update
This commit is contained in:
parent
9ab3255285
commit
efb6a5c3f6
1 changed files with 40 additions and 38 deletions
|
@ -43,7 +43,9 @@
|
|||
extend(this, jasmineInterface);
|
||||
|
||||
function extend(destination, source) {
|
||||
for (var property in source) destination[property] = source[property];
|
||||
for (var property in source) {
|
||||
destination[property] = source[property];
|
||||
}
|
||||
return destination;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue