Remove noop.

This commit is contained in:
John-David Dalton
2017-01-09 18:38:36 -08:00
parent 82e681a191
commit 395a81058b
7 changed files with 10 additions and 24 deletions

View File

@@ -16,7 +16,7 @@
* isObject([1, 2, 3]);
* // => true
*
* isObject(noop);
* isObject(Function);
* // => true
*
* isObject(null);