From 6656843a06e14715b3cee337e038e71b5522812d Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 14 Jan 2015 09:43:22 +0000 Subject: [PATCH] Indentation fixes --- html/js/melpa.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/js/melpa.js b/html/js/melpa.js index d57d1788..aa0c9527 100644 --- a/html/js/melpa.js +++ b/html/js/melpa.js @@ -441,7 +441,7 @@ m("dt", "Org"), m("dd", m("pre", '[[' + fullURL + '][file:' + badgeURL + ']]')) ]) - ])) + ])) ]); }; @@ -455,7 +455,7 @@ this.buildCompletionTime = m.request({method: 'GET', url: "/build-status.json"}) .then(function(status){ return new Date(status.completed * 1000); - }); + }); }; melpa.buildstatus.view = function(ctrl) { return m(".alert.alert-success", [ @@ -497,7 +497,7 @@ melpa.staticpage = function(partialPath) { this.controller = function() { - this.content = m.prop(''); + this.content = m.prop(''); m.request({method: "GET", url: partialPath, deserialize: function(v){return v;} }).then(this.content);