[Mobile] Include classifier as runs extension
...to ensure that body gets device-related classes applied when the application starts.
This commit is contained in:
@@ -13,6 +13,12 @@
|
|||||||
"implementation": "AgentService.js",
|
"implementation": "AgentService.js",
|
||||||
"depends": [ "$window" ]
|
"depends": [ "$window" ]
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"runs": [
|
||||||
|
{
|
||||||
|
"implementation": "DeviceClassifier.js",
|
||||||
|
"depends": [ "agentService", "$document" ]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user