forked from 0x2620/oxjs
use Ox.contains
This commit is contained in:
parent
544e117cb3
commit
d5a2588a1e
2 changed files with 1 additions and 2 deletions
|
|
@ -65,7 +65,6 @@ Ox.identity = function(val) {
|
|||
Ox.noop <f> Returns undefined and calls optional callback without arguments
|
||||
This can be used to combine a synchronous and an asynchronous code path.
|
||||
@*/
|
||||
// IE 8 doesn't like `Ox.void`
|
||||
Ox.noop = function(callback) {
|
||||
Ox.isFunction(callback) && callback();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue