Skip to content

new constructor and fixes

Choose a tag to compare

@eshikerya eshikerya released this 08 Oct 19:21
· 7 commits to master since this release

new type of constructor:

var a = Armap();

create array object and extend it with armap methods.

and old one:

var a = new Armap

would create Armap object which inherit and extend Array prototype.