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