[Mobile] Move mobile bundle

This commit is contained in:
Victor Woeltjen 2015-09-18 09:17:01 -07:00
parent 158fbf5365
commit dce7253b27
4 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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,