remove unused function

This commit is contained in:
Gaël Métais
2014-10-21 23:12:26 +02:00
parent edbcb4e937
commit 1887fd2d65
-5
View File
@@ -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;