Commit 9e5438a9 authored by ms group dev's avatar ms group dev

依赖更新

parent f016900e
This diff is collapsed.
//ie的兼容
//Object.assign 对ie对支持
if (typeof Object.assign != 'function') {
Object.assign = function(target) {
'use strict';
......@@ -17,4 +20,4 @@ if (typeof Object.assign != 'function') {
}
return target;
};
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment