Skip to content

Bug fixes

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 31 May 16:23
· 90 commits to master since this release

Fixing

var map = new Map({ 0: "zero" });
canReflect.getKeyValue(map, 0);

and

var map = new Map({ 0: "zero" });
map.attr({ 1: "one" }, "true");

#97