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 mode = Read
|
||||||
|
|
||||||
var c = new Component(
|
var c = new Component(
|
||||||
@ -666,7 +667,7 @@ module settings {
|
|||||||
return c
|
return c
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
```
|
||||||
```
|
```
|
||||||
module frontend {
|
module frontend {
|
||||||
main() : Component {
|
main() : Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user