Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fixing source-documents linting error (#4290)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored and jasonLaster committed Oct 5, 2017
1 parent 073c5eb commit 528ac7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/editor/source-documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function updateDocument(editor: Object, sourceId: string) {
}

function showLoading(editor: Object) {
if (!!getDocument("loading")) {
if (getDocument("loading")) {
return;
}

Expand Down

0 comments on commit 528ac7a

Please sign in to comment.