Bump to v4.16.3.

This commit is contained in:
John-David Dalton
2016-10-02 21:54:44 -07:00
parent ab95e7dde7
commit d9fd2bdf9c
12 changed files with 45 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ var baseCreate = (function() {
if (objectCreate) {
return objectCreate(proto);
}
object.prototype = prototype;
object.prototype = proto;
var result = new object;
object.prototype = undefined;
return result;