another fix for chrome debug mode

This commit is contained in:
Ari Lazier 2016-04-26 17:08:00 -07:00
parent 27d973151f
commit 785e57eb47

View File

@ -18,7 +18,7 @@
'use strict';
import { keys } from './constants';
import { keys, objectTypes } from './constants';
import { getterForProperty, setterForProperty, createMethods } from './util';
const registeredConstructors = {};