From 4d63fde84a48561f3d886a1e46b7eadb92fbfbbc Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 23 Sep 2014 12:04:03 -0700 Subject: [PATCH] Update LKG --- bin/tsc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tsc.js b/bin/tsc.js index 2b48b9e2d35..2aa62dba394 100644 --- a/bin/tsc.js +++ b/bin/tsc.js @@ -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) {