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

This commit is contained in:
Cosmin Sabou 2018-10-24 05:09:10 +03:00
parent b0cc006437
commit 2b51e6ba96

View File

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