From 1887fd2d657da715c33033472a30ccaef22cca00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 21 Oct 2014 23:12:26 +0200 Subject: [PATCH] remove unused function --- phantomas_custom/modules/jQYLT/jQYLT.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phantomas_custom/modules/jQYLT/jQYLT.js b/phantomas_custom/modules/jQYLT/jQYLT.js index 103f127..a2caffd 100644 --- a/phantomas_custom/modules/jQYLT/jQYLT.js +++ b/phantomas_custom/modules/jQYLT/jQYLT.js @@ -111,11 +111,6 @@ exports.module = function(phantomas) { (function(phantomas) { var jQuery; -function get_type(thing){ - if(thing===null)return "[object Null]"; // special case - return Object.prototype.toString.call(thing); -} - // TODO: create a helper - phantomas.spyGlobalVar() ? window.__defineSetter__('jQuery', function(val) { var version;