Revert "Async root registration"

This commit is contained in:
Victor Woeltjen
2016-10-18 10:48:26 -07:00
committed by GitHub
parent 56a662841e
commit 4eca80a770
10 changed files with 52 additions and 324 deletions

View File

@ -409,6 +409,16 @@ define([
]
}
],
"roots": [
{
"id": "mine",
"model": {
"name": "My Items",
"type": "folder",
"composition": []
}
}
],
"runs": [
{
"implementation": TransactingMutationListener,