Skip to content

Commit

Permalink
add missing lt variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
funklos authored Jun 30, 2016
1 parent 76fbd61 commit 3ff99ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/_object-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3ff99ed

Please sign in to comment.