components: Remove unused isLoading function from Tab.

This commit is contained in:
Priyank Patel
2019-06-22 15:16:38 -04:00
committed by Akash Nimare
parent 02c8a27567
commit 390bf907e5

View File

@@ -25,10 +25,6 @@ class Tab extends BaseComponent {
this.$el.addEventListener('mouseout', this.props.onHoverOut);
}
isLoading() {
return this.webview.isLoading;
}
activate() {
this.$el.classList.add('active');
this.webview.load();