mirror of
https://github.com/correl/melpa.git
synced 2024-11-25 03:00:10 +00:00
Indentation fixes
This commit is contained in:
parent
8cf9ef8dfe
commit
6656843a06
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue