mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 06:31:04 +00:00
[Mobile] Move mobile bundle
This commit is contained in:
parent
158fbf5365
commit
dce7253b27
@ -8,6 +8,7 @@
|
|||||||
"platform/commonUI/dialog",
|
"platform/commonUI/dialog",
|
||||||
"platform/commonUI/general",
|
"platform/commonUI/general",
|
||||||
"platform/commonUI/inspect",
|
"platform/commonUI/inspect",
|
||||||
|
"platform/commonUI/mobile",
|
||||||
"platform/containment",
|
"platform/containment",
|
||||||
"platform/execution",
|
"platform/execution",
|
||||||
"platform/telemetry",
|
"platform/telemetry",
|
||||||
@ -19,7 +20,6 @@
|
|||||||
"platform/features/events",
|
"platform/features/events",
|
||||||
"platform/forms",
|
"platform/forms",
|
||||||
"platform/identity",
|
"platform/identity",
|
||||||
"platform/mobile",
|
|
||||||
"platform/persistence/local",
|
"platform/persistence/local",
|
||||||
"platform/persistence/queue",
|
"platform/persistence/queue",
|
||||||
"platform/policy",
|
"platform/policy",
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
/**
|
/**
|
||||||
* Provides features which support variant behavior on mobile devices.
|
* Provides features which support variant behavior on mobile devices.
|
||||||
*
|
*
|
||||||
* @namespace platform/mobile
|
* @namespace platform/commonUI/mobile
|
||||||
*/
|
*/
|
||||||
define(
|
define(
|
||||||
[],
|
[],
|
||||||
@ -37,7 +37,7 @@ define(
|
|||||||
* device names
|
* device names
|
||||||
* @constructor
|
* @constructor
|
||||||
* @param $window Angular-injected instance of the window
|
* @param $window Angular-injected instance of the window
|
||||||
* @memberof platform/mobile
|
* @memberof platform/commonUI/mobile
|
||||||
*/
|
*/
|
||||||
function AgentService($window) {
|
function AgentService($window) {
|
||||||
var userAgent = $window.navigator.userAgent,
|
var userAgent = $window.navigator.userAgent,
|
Loading…
x
Reference in New Issue
Block a user