зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1244042 - Set actions as a member of `this` in order to support b2g; r=ato
This commit is contained in:
Родитель
2ce45f370f
Коммит
49c47f5901
|
@ -14,7 +14,7 @@ this.EXPORTED_SYMBOLS = ["actions"];
|
||||||
|
|
||||||
const logger = Log.repository.getLogger("Marionette");
|
const logger = Log.repository.getLogger("Marionette");
|
||||||
|
|
||||||
const actions = {};
|
this.actions = {};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Functionality for (single finger) action chains.
|
* Functionality for (single finger) action chains.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче