From ba4999036acc2ee34ce5a4e1e0e87f951f085ed6 Mon Sep 17 00:00:00 2001 From: Cornholio Date: Tue, 21 Jul 2015 01:36:35 +0300 Subject: [PATCH] more minify-proof solution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit f-⌀-r your despairful solution ._. --- blocks-common/i-jquery/__inherit/i-jquery__inherit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks-common/i-jquery/__inherit/i-jquery__inherit.js b/blocks-common/i-jquery/__inherit/i-jquery__inherit.js index 952153d7..8ab985a0 100644 --- a/blocks-common/i-jquery/__inherit/i-jquery__inherit.js +++ b/blocks-common/i-jquery/__inherit/i-jquery__inherit.js @@ -11,7 +11,7 @@ (function($) { -var hasIntrospection = (function(){'_';}).toString().indexOf('_') > -1, +var hasIntrospection = (function(){return '._.';}).toString().indexOf('_') > -1, emptyBase = function() {}, objCreate = Object.create || function(ptp) { var inheritance = function() {};