Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
impcyber committed Jul 7, 2015
1 parent 11fab1f commit d8a6cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/utils.js
Expand Up @@ -325,6 +325,6 @@ var localIps = function() {
return ips;
}();

var isObject = function(arg) {
utils.isObject = function(arg) {
return typeof arg === 'object' && arg !== null;
};

0 comments on commit d8a6cce

Please sign in to comment.