Skip to content

Commit 96d4062

Browse files
committed
Released on 20161117.
1 parent dab78b0 commit 96d4062

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

dist/mvvm.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
2-
* mvvm.js v1.3.4 (c) 2016 TANG
2+
* mvvm.js v1.3.5 (c) 2016 TANG
33
* Released under the MIT license
4-
* Wed Nov 16 2016 22:03:08 GMT+0800 (CST)
4+
* Thu Nov 17 2016 14:35:05 GMT+0800 (CST)
55
*/
66
(function (global, factory) {
77
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -299,7 +299,7 @@
299299
var ret;
300300

301301
if (isArray(target)) {
302-
ret = target.slice(0);
302+
ret = extend(true, [], target);
303303
} else if (isObject(target)) {
304304
ret = extend(true, {}, target);
305305
}

0 commit comments

Comments
 (0)