mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Update LKG
This commit is contained in:
+1
-1
@@ -14661,7 +14661,7 @@ var ts;
|
||||
})(ts || (ts = {}));
|
||||
var ts;
|
||||
(function (ts) {
|
||||
var version = "1.1.0.0";
|
||||
var version = "1.1.0.1";
|
||||
function validateLocaleAndSetLanguage(locale, errors) {
|
||||
var matchResult = /^([a-z]+)([_\-]([a-z]+))?$/.exec(locale.toLowerCase());
|
||||
if (!matchResult) {
|
||||
|
||||
Reference in New Issue
Block a user