Ensure build tests pass.

Former-commit-id: 9b91f0d884fe96dce1df34a6c0b659619276b83e
This commit is contained in:
John-David Dalton
2012-09-29 03:41:00 -07:00
parent a9dddb6066
commit 6a9efd8ac6
3 changed files with 8 additions and 5 deletions

View File

@@ -523,8 +523,8 @@
'init': '{}',
'top':
'var isFunc = typeof callback == \'function\';\n' +
'callback = createCallback(callback, thisArg);\n' +
'if (!isFunc) var props = concat.apply(ArrayProto, arguments)',
'if (isFunc) callback = createCallback(callback, thisArg);\n' +
'else var props = concat.apply(ArrayProto, arguments)',
'inLoop':
'if (isFunc\n' +
' ? !callback(value, index, object)\n' +