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;