From 49412ea96bc07650c9353f93cf2734c96b2ec120 Mon Sep 17 00:00:00 2001 From: islahul Date: Mon, 3 Aug 2015 09:54:58 +0530 Subject: [PATCH] style fixes spaces and indentation Signed-off-by: islahul --- mithril.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mithril.js b/mithril.js index 080c6052..cf3c1b9c 100644 --- a/mithril.js +++ b/mithril.js @@ -22,7 +22,7 @@ var m = (function app(window, undefined) { var $document, $location, $requestAnimationFrame, $cancelAnimationFrame; // self invoking function needed because of the way mocks work - function initialize(window){ + function initialize(window) { $document = window.document; $location = window.location; $cancelAnimationFrame = window.cancelAnimationFrame || window.clearTimeout; @@ -31,9 +31,9 @@ var m = (function app(window, undefined) { initialize(window); - m.version = function(){ - return VERSION; - }; + m.version = function() { + return VERSION; + }; /** * @typedef {String} Tag