[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/general",
"platform/commonUI/inspect",
"platform/commonUI/mobile",
"platform/containment",
"platform/execution",
"platform/telemetry",
@ -19,7 +20,6 @@
"platform/features/events",
"platform/forms",
"platform/identity",
"platform/mobile",
"platform/persistence/local",
"platform/persistence/queue",
"platform/policy",

View File

@ -24,7 +24,7 @@
/**
* Provides features which support variant behavior on mobile devices.
*
* @namespace platform/mobile
* @namespace platform/commonUI/mobile
*/
define(
[],
@ -37,7 +37,7 @@ define(
* device names
* @constructor
* @param $window Angular-injected instance of the window
* @memberof platform/mobile
* @memberof platform/commonUI/mobile
*/
function AgentService($window) {
var userAgent = $window.navigator.userAgent,