Skip to content

Commit ee281f9

Browse files
committed
Merge branch 'master' of https://github.com/photonstorm/phaser
2 parents d8b2b6e + 499c220 commit ee281f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/structs/Map.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ var Map = new Class({
8282
Object.keys(this.entries).forEach(function (prop)
8383
{
8484
delete this.entries[prop];
85-
});
85+
86+
}, this);
8687

8788
this.size = 0;
8889

0 commit comments

Comments
 (0)