From 97dbd7a6dd5619cee0b5142ce3141f863874fc0c Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Fri, 16 Jan 2015 12:17:49 -0700 Subject: [PATCH] phetsims/chipper#81 document 'strings' in query-parameter.js --- js/util/query-parameters.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/util/query-parameters.js b/js/util/query-parameters.js index c6e3428b..dc7e6421 100644 --- a/js/util/query-parameters.js +++ b/js/util/query-parameters.js @@ -42,6 +42,7 @@ * - because only the selected screens are initialized * showHomeScreen - if false, go immediate to screenIndex, defaults to screenIndex=0 * standalone - runs screenIndex as a standalone sim, defaults to screenIndex=0 + * strings - override strings, value is JSON that is identical to string.json files * webglContextLossTimeout - if enabled, will create WebGL contexts that can simulate context loss * - if a value is specified, it will also simulate a context loss after the specified number * - of milliseconds has elapsed.