From 3ff99edca95fd7c53cc3fd260932766adc1087db Mon Sep 17 00:00:00 2001 From: Funklos Date: Thu, 30 Jun 2016 08:23:04 +0200 Subject: [PATCH] add missing lt variable declaration --- modules/_object-create.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/_object-create.js b/modules/_object-create.js index c786323652c4..3379760f9968 100644 --- a/modules/_object-create.js +++ b/modules/_object-create.js @@ -11,6 +11,7 @@ var createDict = function(){ // Thrash, waste and sodomy: IE GC bug var iframe = require('./_dom-create')('iframe') , i = enumBugKeys.length + , lt = '<' , gt = '>' , iframeDocument; iframe.style.display = 'none';