Bug 868212 - Silence JS warning about undefined property. r=cpeterson

This commit is contained in:
Kartikaya Gupta 2013-05-22 15:50:54 -04:00
Родитель 3883efcec8
Коммит a01e442f54
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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);
}