space
This commit is contained in:
parent
7afe441f8c
commit
b40bbbca13
@ -551,7 +551,8 @@ module chunk {
|
||||
}
|
||||
}
|
||||
|
||||
chunkViewer(chunk : Chunk, focusedChunk : State<string>, deleteThis : () => void) : Component {
|
||||
chunkViewer(chunk : Chunk, focusedChunk : State<string>,
|
||||
deleteThis : () => void) : Component {
|
||||
var mode = Read
|
||||
|
||||
var c = new Component(
|
||||
@ -666,7 +667,7 @@ module settings {
|
||||
return c
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
```
|
||||
module frontend {
|
||||
main() : Component {
|
||||
|
Loading…
Reference in New Issue
Block a user