one fix for chrome debug mode

This commit is contained in:
Ari Lazier 2016-04-26 16:53:50 -07:00
parent b59784670b
commit 591dce8051

View File

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