Bump to v4.16.3.

This commit is contained in:
John-David Dalton
2016-10-02 21:51:40 -07:00
parent 2f8450b523
commit 0961d6edde
12 changed files with 78 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ define(['./isObject'], function(isObject) {
if (objectCreate) {
return objectCreate(proto);
}
object.prototype = prototype;
object.prototype = proto;
var result = new object;
object.prototype = undefined;
return result;