added support for static content, added jigsaw puzzle
This commit is contained in:
parent
3a55ca4f21
commit
0db7fe5d46
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit 434432a742088e4f53aee0230353c18b5e621211
|
Subproject commit c44c86054ef1df42d782a67cba1f679207d07ed1
|
@ -560,7 +560,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
}
|
}
|
||||||
* getOperation (id/* :any */)/* :Transaction<any> */ {
|
* getOperation (id/* :any */)/* :Transaction<any> */ {
|
||||||
var o = yield* this.os.find(id)
|
var o = yield* this.os.find(id)
|
||||||
if (o != null || id[0] != '_') {
|
if (o != null || id[0] !== '_') {
|
||||||
return o
|
return o
|
||||||
} else {
|
} else {
|
||||||
// need to generate this operation
|
// need to generate this operation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user