Don't use Object.create
This commit is contained in:
parent
bb010c2253
commit
81b7335267
|
|
@ -3,7 +3,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>(function(){
|
<script>(function(){
|
||||||
var props = Object.create(null);
|
var props = {};
|
||||||
|
|
||||||
function addObject(obj) {
|
function addObject(obj) {
|
||||||
if (obj == null) return;
|
if (obj == null) return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user