Bug 1492736 - Fix eslint failure, missing comma. r=me

This commit is contained in:
Cosmin Sabou 2018-10-24 05:09:10 +03:00
Родитель b0cc006437
Коммит 2b51e6ba96
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -84,5 +84,5 @@ exports.DeviceActor = protocol.ActorClassWithSpec(deviceSpec, {
get _window() { get _window() {
return Services.wm.getMostRecentWindow(DebuggerServer.chromeWindowType); return Services.wm.getMostRecentWindow(DebuggerServer.chromeWindowType);
} },
}); });