Merge "Remove unused method: hide"

This commit is contained in:
jenkins-bot
2013-11-18 20:12:54 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 16 deletions

View File

@@ -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.
* Depending on the context, actions vary.

View File

@@ -467,14 +467,6 @@
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.
* Depending on the context, actions vary.