mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +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,
|
||||
// so position it differently (toward the bottom)
|
||||
if (this.agentService.isPhone(navigator.userAgent)) {
|
||||
if (this.agentService.isPhone()) {
|
||||
position = MOBILE_POSITION;
|
||||
options = {};
|
||||
}
|
||||
|
Reference in New Issue
Block a user