Commit 1272489f50ba85de67b5571c53827ec8d7e93a19
tidy
Dominic Tarr committed on 8/16/2017, 9:57:32 PMParent: 6e3760338297dc69b6f60760d58b197927d44110
Files changed
app/page/image.js | changed |
app/page/image.js | ||
---|---|---|
@@ -16,14 +16,8 @@ | ||
16 | 16 | |
17 | 17 | return nest('app.page.image', function (location) { |
18 | 18 | return h('img', {src: api.blob.sync.url(location.blob || location)}) |
19 | 19 | }) |
20 | -// | |
21 | -// function threadNew (location) { | |
22 | -// return h('Page -Im', {title: "Image"}, [ | |
23 | -// blob.sync.url(location) | |
24 | -// ]) | |
25 | -// } | |
26 | 20 | } |
27 | 21 | |
28 | 22 | |
29 | 23 | |
@@ -31,4 +25,5 @@ | ||
31 | 25 | |
32 | 26 | |
33 | 27 | |
34 | 28 | |
29 | + |
Built with git-ssb-web