зеркало из https://github.com/mozilla/gecko-dev.git
Bug 868212 - Silence JS warning about undefined property. r=cpeterson
This commit is contained in:
Родитель
3883efcec8
Коммит
a01e442f54
|
@ -2450,6 +2450,8 @@ function Tab(aURL, aParams) {
|
|||
this.originalURI = null;
|
||||
this.savedArticle = null;
|
||||
this.hasTouchListener = false;
|
||||
this.browserWidth = 0;
|
||||
this.browserHeight = 0;
|
||||
|
||||
this.create(aURL, aParams);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче