mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +00:00
[Build] Remove obsolete argument
...which incidentally triggers JSHint errors
This commit is contained in:
@ -67,7 +67,7 @@ define(
|
|||||||
|
|
||||||
// On a phone, bubble takes up more screen real estate,
|
// On a phone, bubble takes up more screen real estate,
|
||||||
// so position it differently (toward the bottom)
|
// so position it differently (toward the bottom)
|
||||||
if (this.agentService.isPhone(navigator.userAgent)) {
|
if (this.agentService.isPhone()) {
|
||||||
position = MOBILE_POSITION;
|
position = MOBILE_POSITION;
|
||||||
options = {};
|
options = {};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user