Update builds & docs.

This commit is contained in:
John-David Dalton
2013-10-30 09:46:58 -07:00
parent 22aa02895e
commit 805f2b28a9
8 changed files with 382 additions and 329 deletions

View File

@@ -1126,7 +1126,6 @@
if (!nativeCreate) {
baseCreate = (function() {
function Object() {}
return function(prototype) {
if (isObject(prototype)) {
Object.prototype = prototype;