Merge "Remove unused method: hide"
This commit is contained in:
@@ -531,14 +531,6 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Hide this window.
|
|
||||||
* Used while navigating to language selector and need coming back
|
|
||||||
*/
|
|
||||||
hide: function () {
|
|
||||||
this.$parent.hide();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close the language settings window.
|
* Close the language settings window.
|
||||||
* Depending on the context, actions vary.
|
* Depending on the context, actions vary.
|
||||||
|
|||||||
@@ -467,14 +467,6 @@
|
|||||||
this.prepareToggleButton();
|
this.prepareToggleButton();
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
* Hide this window.
|
|
||||||
* Used while navigating to language selector and need coming back
|
|
||||||
*/
|
|
||||||
hide: function () {
|
|
||||||
this.$parent.hide();
|
|
||||||
},
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Close the language settings window.
|
* Close the language settings window.
|
||||||
* Depending on the context, actions vary.
|
* Depending on the context, actions vary.
|
||||||
|
|||||||
Reference in New Issue
Block a user