浏览代码

remove unused function

Gaël Métais 10 年之前
父节点
当前提交
1887fd2d65
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      phantomas_custom/modules/jQYLT/jQYLT.js

+ 0 - 5
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;