From 5eac0bc5d92e30f0c59fc1cad25d861ad8292407 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 29 Dec 2015 12:02:03 -0800 Subject: [PATCH] [Mobile] Include classifier as runs extension ...to ensure that body gets device-related classes applied when the application starts. --- platform/commonUI/mobile/bundle.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/commonUI/mobile/bundle.json b/platform/commonUI/mobile/bundle.json index 1ac308a84b..52a0d282bc 100644 --- a/platform/commonUI/mobile/bundle.json +++ b/platform/commonUI/mobile/bundle.json @@ -13,6 +13,12 @@ "implementation": "AgentService.js", "depends": [ "$window" ] } + ], + "runs": [ + { + "implementation": "DeviceClassifier.js", + "depends": [ "agentService", "$document" ] + } ] } }