Fix linting errors.

This commit is contained in:
Zhongyi Tong
2017-06-28 00:47:42 +08:00
parent 9e5a67c36b
commit d9fbcaf38e

View File

@@ -151,7 +151,7 @@ class ServerManagerView {
delete this.functionalTabs[name];
// Issue #188: If the functional tab was not focused, do not activate another tab.
if (this.activeTabIndex == index) {
if (this.activeTabIndex === index) {
this.activateTab(0, false);
}
}