Bug 1244042 - Set actions as a member of `this` in order to support b2g; r=ato

This commit is contained in:
Edgar Chen 2016-01-29 15:01:01 +08:00
Родитель 2ce45f370f
Коммит 49c47f5901
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.