mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Merge pull request #3804 from AleBles/patch-2
Fixed dataManager redefining previously (re)set property
This commit is contained in:
commit
e6fc6db0ee
1 changed files with 2 additions and 0 deletions
|
@ -307,6 +307,8 @@ var DataManager = new Class({
|
||||||
|
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
|
|
||||||
|
configurable: true,
|
||||||
|
|
||||||
get: function ()
|
get: function ()
|
||||||
{
|
{
|
||||||
return list[key];
|
return list[key];
|
||||||
|
|
Loading…
Reference in a new issue