Add isNative chaining test.

This commit is contained in:
John-David Dalton
2015-08-20 08:16:41 -07:00
parent f9f7af2430
commit e35d73be8f
2 changed files with 2 additions and 1 deletions

View File

@@ -854,7 +854,7 @@
* `has`, `hasIn`, `identity`, `includes`, `indexOf`, `inRange`, `isArguments`,
* `isArray`, `isBoolean`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
* `isEqualWith`, `isError`, `isFinite` `isFunction`, `isMatch`, `isMatchWith`,
* `isNative`, `isNaN`, `isNil`, `isNull`, `isNumber`, `isObject`, `isPlainObject`,
* `isNaN`, `isNative`, `isNil`, `isNull`, `isNumber`, `isObject`, `isPlainObject`,
* `isRegExp`, `isString`, `isUndefined`, `isTypedArray`, `join`, `kebabCase`,
* `last`, `lastIndexOf`, `lt`, `lte`, `max`, `min`, `noConflict`, `noop`,
* `now`, `pad`, `padLeft`, `padRight`, `parseInt`, `pop`, `random`, `reduce`,

View File

@@ -17092,6 +17092,7 @@
'isFinite',
'isFunction',
'isNaN',
'isNative',
'isNil',
'isNull',
'isNumber',