mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-05 07:07:41 +00:00
docs(web): mild recorder docs
This commit is contained in:
parent
1d40d0b69e
commit
19df4ddad4
1 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue