Removed deprecated position statements from resource loader module

Bug: T184257
Change-Id: I4c1db611f38b1ec34ed1124cb4f616b3b1d638fa
isekai
Tulsi Bhagat 7 years ago
parent 44a6c176df
commit e64111bf6a

@ -18,7 +18,6 @@
"ResourceModules": {
"skins.timeless": {
"targets": [ "desktop", "mobile" ],
"position": "top",
"class": "ResourceLoaderSkinModule",
"styles": {
"resources/libraries/normalise.css": {
@ -53,21 +52,18 @@
},
"skins.timeless.misc": {
"targets": [ "desktop", "mobile" ],
"position": "top",
"styles": [
"resources/screen-misc.less"
]
},
"skins.timeless.js": {
"targets": [ "desktop", "mobile" ],
"position": "bottom",
"scripts": [
"resources/main.js"
]
},
"skins.timeless.mobile": {
"targets": [ "desktop", "mobile" ],
"position": "bottom",
"scripts": [
"resources/libraries/jquery.mobile.custom.js",
"resources/mobile.js"

Loading…
Cancel
Save