зеркало из https://github.com/mozilla/gecko-dev.git
Bug 951993 - Fix undefined mMode when called from file input in HTML form. r=baku
This commit is contained in:
Родитель
5ad5a23799
Коммит
758bdd6040
|
@ -167,7 +167,7 @@ nsFilePicker.prototype = {
|
|||
get addToRecentDocs() { return false; },
|
||||
|
||||
/* readonly attribute short mode; */
|
||||
get mode() { return mMode; },
|
||||
get mode() { return this.mMode; },
|
||||
|
||||
/* members */
|
||||
mFilesEnumerator: undefined,
|
||||
|
|
Загрузка…
Ссылка в новой задаче