зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1103640 followup - fix syntax error, r=me
This commit is contained in:
Родитель
d82226f648
Коммит
f5cb282c1f
|
@ -93,7 +93,7 @@ let DeviceActor = exports.DeviceActor = protocol.ActorClass({
|
|||
};
|
||||
if (win) {
|
||||
let utils = win.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindowUtils);
|
||||
desc.dpi: utils.displayDPI;
|
||||
desc.dpi = utils.displayDPI;
|
||||
desc.useragent = win.navigator.userAgent;
|
||||
desc.width = win.screen.width;
|
||||
desc.height = win.screen.height;
|
||||
|
|
Загрузка…
Ссылка в новой задаче