Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 2, 2016
1 parent f94380b commit bf60373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8378,7 +8378,7 @@ namespace ts {
markReferenced("React");
}
else if (compilerOptions.jsx === JsxEmit.Transform) {
if (compilerOptions.jsxNamespace !== '') {
if (compilerOptions.jsxNamespace !== "") {
markReferenced(compilerOptions.jsxNamespace || "JSX");
}
else {
Expand Down

0 comments on commit bf60373

Please sign in to comment.