Sorry, i added a global variable

This commit is contained in:
Gaël Métais
2014-09-25 19:04:03 +02:00
parent a8fda1d0e1
commit 447cf90887
+1
View File
@@ -119,6 +119,7 @@ function get_type(thing){
// TODO: create a helper - phantomas.spyGlobalVar() ?
window.__defineSetter__('jQuery', function(val) {
var version;
var jQueryFn;
var oldJQuery = jQuery;
if (!val || !val.fn) {