Fix linting

This commit is contained in:
Kanchalai Tanglertsampan
2017-02-17 13:50:05 -08:00
parent fc6eee1a6c
commit 9ca08a4efa

View File

@@ -12884,7 +12884,7 @@ namespace ts {
function getJsxGlobalStatelessElementType(): Type {
if (!deferredJsxStatelessElementType) {
const jsxElementType = getJsxGlobalElementType();
if (jsxElementType){
if (jsxElementType) {
deferredJsxStatelessElementType = getUnionType([jsxElementType, nullType]);
}
}