From a4a2b2774927709896c8f5772975741ea442af5e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 11 Jun 2012 17:36:40 +0100 Subject: [PATCH] Whitespace! --- core/modules/macros/zoomer.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/modules/macros/zoomer.js b/core/modules/macros/zoomer.js index 7dd4ba9bd..743c579ac 100644 --- a/core/modules/macros/zoomer.js +++ b/core/modules/macros/zoomer.js @@ -101,14 +101,14 @@ exports.handleEvent = function(event) { exports.executeMacro = function() { this.inZoomer = false; var attributes = { - style: { - "position": "absolute", - "right": "0", - "top": "0", - "min-width": "16px", - "height": "100%" // Makes the height the same as the body, since the body is position:relative - } - }; + style: { + "position": "absolute", + "right": "0", + "top": "0", + "min-width": "16px", + "height": "100%" // Makes the height the same as the body, since the body is position:relative + } + }; if(this.classes) { attributes["class"] = this.classes.slice(0); }