module resolution for loading, page and playerSelectionMenu
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
define(['css!./loading-lite'], function () {
|
||||
define(['components/loading/loadingLegacy', 'browser', 'css!./loading'], function (loadingLegacy, browser) {
|
||||
'use strict';
|
||||
|
||||
if (browser.tizen || browser.operaTv || browser.chromecast || browser.orsay || browser.web0s || browser.ps4) {
|
||||
return loadingLegacy;
|
||||
}
|
||||
|
||||
var loadingElem;
|
||||
var layer1;
|
||||
var layer2;
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['require', 'css!./loading-legacy'], function (require) {
|
||||
define(['require', 'css!./loadingLegacy'], function (require) {
|
||||
'use strict';
|
||||
|
||||
var loadingElem;
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "loading.js"
|
||||
}
|
||||
Reference in New Issue
Block a user