Skip to content

Commit

Permalink
Merge pull request #15 from Findus23/patch-1
Browse files Browse the repository at this point in the history
fix typo (this in inner function)
  • Loading branch information
sgiehl authored Apr 1, 2019
2 parents 0e6f8a2 + d339064 commit 6f62f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angularjs/log-viewer/log-viewer.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
if (self.selectedLogWriter) {
self.update();
} else {
this.isLoading = false;
self.isLoading = false;
}
});

Expand Down Expand Up @@ -175,4 +175,4 @@
}
};
}
})();
})();

0 comments on commit 6f62f02

Please sign in to comment.