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