Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 138 Bytes

changelog.md

File metadata and controls

6 lines (6 loc) · 138 Bytes

v2.1.0

新增Class.prototype.clone方法,用于深度复制一个对象

this.clone = obj => this.extend(true, {}, obj)