From d2f1e432cdb0b622e0dba9e7b49ee7b897b7a177 Mon Sep 17 00:00:00 2001 From: Rick Smith Date: Tue, 23 Jun 2015 16:08:18 -0600 Subject: [PATCH] Use spaces not tabs Phew...flame war averted. ;) --- src/overlay.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/overlay.js b/src/overlay.js index 0dd31ff3..0484ead6 100644 --- a/src/overlay.js +++ b/src/overlay.js @@ -283,9 +283,9 @@ style.top = position.y + "px"; style.position = "absolute"; - if (style.display != 'none') { + if (style.display != 'none') { style.display = 'block'; - } + } if ( scales ) { style.width = size.x + "px";