From 8a22f7ffd23b78974a304b9e2c419fba1dde5411 Mon Sep 17 00:00:00 2001 From: jbphet Date: Mon, 13 Apr 2020 09:25:44 -0600 Subject: [PATCH] API updates, see https://github.com/phetsims/states-of-matter/issues/245 --- js/phet-io/states-of-matter-baseline.js | 2 +- js/phet-io/states-of-matter-types.js | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/js/phet-io/states-of-matter-baseline.js b/js/phet-io/states-of-matter-baseline.js index 308abe38..163d5665 100644 --- a/js/phet-io/states-of-matter-baseline.js +++ b/js/phet-io/states-of-matter-baseline.js @@ -275,7 +275,7 @@ window.phet.preloads.phetio.phetioElementsBaseline = assert && "phetioTypeName": "ActionIO" }, "statesOfMatter.general.model.screenProperty": { - "phetioDocumentation": "Which sim screen is selected, including the home screen", + "phetioDocumentation": "Determines which screen is selected in the simulation", "phetioDynamicElement": false, "phetioEventType": "MODEL", "phetioFeatured": true, diff --git a/js/phet-io/states-of-matter-types.js b/js/phet-io/states-of-matter-types.js index 294502b9..112245af 100644 --- a/js/phet-io/states-of-matter-types.js +++ b/js/phet-io/states-of-matter-types.js @@ -219,6 +219,9 @@ window.phet.preloads.phetio.phetioTypes = assert && "events": [], "methodOrder": [], "methods": {}, + "parameterTypes": [ + "StringIO" + ], "supertype": "ObjectIO", "typeName": "ArrayIO" }, @@ -1994,6 +1997,9 @@ window.phet.preloads.phetio.phetioTypes = assert && "events": [], "methodOrder": [], "methods": {}, + "parameterTypes": [ + "ObjectIO" + ], "supertype": "ObjectIO", "typeName": "ReferenceIO" }, @@ -2018,6 +2024,9 @@ window.phet.preloads.phetio.phetioTypes = assert && "events": [], "methodOrder": [], "methods": {}, + "parameterTypes": [ + "ObjectIO" + ], "supertype": "ReferenceIO", "typeName": "ScreenIO" },