mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +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,
|
||||
|
||||
configurable: true,
|
||||
|
||||
get: function ()
|
||||
{
|
||||
return list[key];
|
||||
|
|
Loading…
Reference in a new issue