Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 170 Bytes

method-copy.md

File metadata and controls

12 lines (10 loc) · 170 Bytes

copy

// copy(): A1

/**
 * Returns a copy of this object.
 */

// Example
new A1('A1').copy();   // instance of A1
new A1('A1:B2').copy();// instance of A1