Make the custom build message work with -rc.1 and fix build.

Former-commit-id: 96f31fff906fa978a0d10fad90d9322c761e1d26
This commit is contained in:
John-David Dalton
2012-12-02 00:14:46 -08:00
parent e3eabcf648
commit f58f255fc8
2 changed files with 10 additions and 15 deletions

View File

@@ -116,7 +116,7 @@
stringClass = '[object String]';
/** Detect various environments */
var isFirefox = !/1/.test(function(){1}),
var isFirefox = !/1/.test(Function('1')),
isIeOpera = !!window.attachEvent,
isV8 = nativeBind && !/\n|true/.test(nativeBind + isIeOpera);