fixed some inconsistency bugs with DS

This commit is contained in:
Kevin Jahns
2015-10-05 14:24:11 +02:00
parent 6e9f990d5c
commit 82e2254302
6 changed files with 44 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ class YConfig {
map: {}
}
yield* this.addOperation(model)
var root = yield* this.createType(model)
var root = yield* this.getType(model.id)
this.store.y.root = root
callback()
})