haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

Array.copy doesn't work? #339

Closed increpare closed 9 years ago

increpare commented 9 years ago
var a = ["a","b","c"];
var b = a.copy();

says the method doesn't exist