зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1063469 - fix some trivial "assignment to undeclared variable" in extApplication.js. r=Neil
This commit is contained in:
Родитель
96aeda8fdc
Коммит
7abf58cbcc
|
@ -586,8 +586,8 @@ Extensions.prototype = {
|
|||
//=================================================
|
||||
// Application globals
|
||||
|
||||
gExtensionObserver = new ExtensionObserver();
|
||||
gPreferenceObserver = new PreferenceObserver();
|
||||
var gExtensionObserver = new ExtensionObserver();
|
||||
var gPreferenceObserver = new PreferenceObserver();
|
||||
|
||||
//=================================================
|
||||
// extApplication constructor
|
||||
|
|
Загрузка…
Ссылка в новой задаче