Merge pull request #1385 from nasa/example-roots-1384

[Roots] Update examples
This commit is contained in:
Pete Richards
2017-01-11 15:07:05 -08:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,11 @@ define([
legacyRegistry.register("example/scratchpad", { legacyRegistry.register("example/scratchpad", {
"extensions": { "extensions": {
"roots": [ "roots": [
{
"id": "scratch:root"
}
],
"models": [
{ {
"id": "scratch:root", "id": "scratch:root",
"model": { "model": {

View File

@ -35,6 +35,11 @@ define([
"description": "Example illustrating the addition of a static top-level hierarchy", "description": "Example illustrating the addition of a static top-level hierarchy",
"extensions": { "extensions": {
"roots": [ "roots": [
{
"id": "exampleTaxonomy"
}
],
"models": [
{ {
"id": "exampleTaxonomy", "id": "exampleTaxonomy",
"model": { "model": {

View File

@ -40,7 +40,7 @@
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"moment": "^2.11.1", "moment": "^2.11.1",
"node-bourbon": "^4.2.3", "node-bourbon": "^4.2.3",
"phantomjs-prebuilt": "2.1.11 || >2.1.12 <3.0.0", "phantomjs-prebuilt": "2.1.11",
"requirejs": "2.1.x", "requirejs": "2.1.x",
"split": "^1.0.0" "split": "^1.0.0"
}, },