Fix some comment typos
Change-Id: I338891147cb6aa8e6d88119eb61ea718edb93747
This commit is contained in:
committed by
Nikerabbit
parent
fc30a5d542
commit
d24472e962
@@ -194,14 +194,14 @@
|
|||||||
this.render();
|
this.render();
|
||||||
this.initialized = true;
|
this.initialized = true;
|
||||||
}
|
}
|
||||||
// close model windows close, if they hide on page click
|
// Close other modal windows which listen to click events outside them
|
||||||
$( 'html' ).click();
|
$( 'html' ).click();
|
||||||
this.i18n();
|
this.i18n();
|
||||||
this.shown = true;
|
this.shown = true;
|
||||||
this.$window.show();
|
this.$window.show();
|
||||||
|
|
||||||
// Every time we show this window, make sure the current
|
// Every time we show this window, make sure the current
|
||||||
// settings panels is upto date. So just click on active menu item.
|
// settings panels is up-to-date. So just click on active menu item.
|
||||||
this.$window.find( '.settings-menu-items > .active' ).click();
|
this.$window.find( '.settings-menu-items > .active' ).click();
|
||||||
this.position();
|
this.position();
|
||||||
setTimeout( function () {
|
setTimeout( function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user