mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-18 02:21:07 +00:00
Fix typo.
This commit is contained in:
parent
6ba986da49
commit
371d38c0de
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
function extend(destination, source) {
|
||||
|
||||
// JScript DontEnum bug is not take care of
|
||||
// JScript DontEnum bug is not taken care of
|
||||
for (var property in source) {
|
||||
destination[property] = source[property];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue