Skip to content

Commit 1ce1d29

Browse files
authored
Merge branch 'master' into chrome-testrunner-1387
2 parents 590a0fe + d94e8b1 commit 1ce1d29

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

example/scratchpad/bundle.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ define([
3333
legacyRegistry.register("example/scratchpad", {
3434
"extensions": {
3535
"roots": [
36+
{
37+
"id": "scratch:root"
38+
}
39+
],
40+
"models": [
3641
{
3742
"id": "scratch:root",
3843
"model": {

example/taxonomy/bundle.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ define([
3535
"description": "Example illustrating the addition of a static top-level hierarchy",
3636
"extensions": {
3737
"roots": [
38+
{
39+
"id": "exampleTaxonomy"
40+
}
41+
],
42+
"models": [
3843
{
3944
"id": "exampleTaxonomy",
4045
"model": {

0 commit comments

Comments
 (0)