From e0787f41338f91027c0f871604b03784ec2ab909 Mon Sep 17 00:00:00 2001 From: Danny TechnoCat Fritz Date: Wed, 6 Feb 2013 22:30:53 -0600 Subject: [PATCH] Remove duplicate isFunction definition. --- jsface.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jsface.js b/jsface.js index 6a75ba9..09d2fc7 100644 --- a/jsface.js +++ b/jsface.js @@ -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