define object.assign

This commit is contained in:
ckcz123 2018-11-22 11:49:42 +08:00
parent cb28673a7d
commit 6913a2eaeb

View File

@ -4,7 +4,7 @@ utils.js 工具类
*/
function utils() {
this.init();
}
utils.prototype.init = function () {