From 19df4ddad4d3e69ddd40ac5eaaf83bc6ee14b5f5 Mon Sep 17 00:00:00 2001 From: jahorton Date: Thu, 30 Apr 2020 11:03:21 +0700 Subject: [PATCH] docs(web): mild recorder docs --- web/tools/recorder/recorder_ui_and_stubs.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/tools/recorder/recorder_ui_and_stubs.js b/web/tools/recorder/recorder_ui_and_stubs.js index 86e4fa7926..31a32cd181 100644 --- a/web/tools/recorder/recorder_ui_and_stubs.js +++ b/web/tools/recorder/recorder_ui_and_stubs.js @@ -262,6 +262,8 @@ function loadExistingTest(files) { } } +// --------- TEST DEFINITIONS: SPEC VERSION MIGRATION ---------- + function convertTestDefinition(sourceSet) { if(!sourceSet) { // Called via HTML button, so we use the currently-loaded test definition. @@ -371,6 +373,8 @@ function deviceFromConstraint(constraint) { return simDevice; } +// ----------- END SPEC VERSION MIGRATION ------------- + function loadExistingStubs(files) { var processStub = function(json, file) {