Editor controllers fixes (#2412)

* updated strings

* bump pxt

* anotehr attempt
This commit is contained in:
Peli de Halleux 2019-09-03 11:39:44 -07:00 committed by GitHub
parent 4c1c502e4d
commit b6620a82f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -198,6 +198,7 @@
"String.substr": "Return a substring of the current string.", "String.substr": "Return a substring of the current string.",
"String.substr|param|length": "number of characters to extract", "String.substr|param|length": "number of characters to extract",
"String.substr|param|start": "first character index; can be negative from counting from the end, eg:0", "String.substr|param|start": "first character index; can be negative from counting from the end, eg:0",
"String.toLowerCase": "Converts the string to lower case characters.",
"String@type": "Combine, split, and search text strings.", "String@type": "Combine, split, and search text strings.",
"StringMap": "A dictionary from string key to string values", "StringMap": "A dictionary from string key to string values",
"basic": "Provides access to basic micro:bit functionality.", "basic": "Provides access to basic micro:bit functionality.",

View File

@ -45,7 +45,7 @@
"@types/web-bluetooth": "0.0.4" "@types/web-bluetooth": "0.0.4"
}, },
"dependencies": { "dependencies": {
"pxt-common-packages": "6.14.9", "pxt-common-packages": "6.15.7",
"pxt-core": "5.21.7" "pxt-core": "5.21.9"
} }
} }