Remove isJSC in mobile and underscore builds. [closes #196]

Former-commit-id: 77ddbbcfcf17b5074a7fba137dc426f20a6ab5dd
This commit is contained in:
John-David Dalton
2013-02-26 21:08:35 -08:00
parent b88b292d5d
commit eb8953e784
6 changed files with 44 additions and 41 deletions

View File

@@ -136,7 +136,7 @@
RegExp = context.RegExp,
String = context.String;
/** Used for `Array`, `Math`, and `Object` method references */
/** Used for `Array` and `Object` method references */
var arrayRef = Array(),
objectRef = Object();