From 447cf90887b4990e519591a7be4a2d6ad4dca937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Thu, 25 Sep 2014 19:04:03 +0200 Subject: [PATCH] Sorry, i added a global variable --- phantomas_custom/modules/jQYLT/jQYLT.js | 1 + 1 file changed, 1 insertion(+) diff --git a/phantomas_custom/modules/jQYLT/jQYLT.js b/phantomas_custom/modules/jQYLT/jQYLT.js index 836f532..103f127 100644 --- a/phantomas_custom/modules/jQYLT/jQYLT.js +++ b/phantomas_custom/modules/jQYLT/jQYLT.js @@ -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) {