Skip to content

Commit

Permalink
Remove duplicate isFunction definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyfritz committed Feb 7, 2013
1 parent 926e233 commit e0787f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jsface.js
Expand Up @@ -29,13 +29,6 @@
*/
function isFunction(obj) { return (obj && typeof obj === "function"); }

/**
* Check an object is a string not.
* @param obj object to be checked
* @return true if object is a function
*/
function isFunction(obj) { return (obj && typeof obj === "function"); }

/**
* Check an object is a string not.
* @param obj object to be checked
Expand Down

0 comments on commit e0787f4

Please sign in to comment.