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