respond to code review commments

This commit is contained in:
Mohamed Hegazy 2014-12-10 17:41:48 -08:00
parent 46fcf91981
commit 9e58b8aeda

View file

@ -167,7 +167,7 @@ module FourSlash {
settings.module = ts.ModuleKind.CommonJS;
break;
default:
ts.Debug.assert(typeof globalOptions[prop] === "undefined" || globalOptions[prop] === "None");
ts.Debug.assert(globalOptions[prop] === undefined || globalOptions[prop] === "None");
settings.module = ts.ModuleKind.None;
break;
}