Removed deprecated position statements from resource loader module

Bug: T184257
Change-Id: I7be029b0ca3c44e1fb049d5987742c83585b54a7
This commit is contained in:
Tulsi Bhagat 2018-02-12 21:07:48 +00:00
parent 6d54aa18cd
commit 336e7e5084
1 changed files with 0 additions and 3 deletions

View File

@ -40,7 +40,6 @@
"skins.vector.styles": {
"class": "Vector\\ResourceLoaderLessModule",
"targets": [ "desktop", "mobile" ],
"position": "top",
"styles": {
"screen.less": {
"media": "screen"
@ -54,7 +53,6 @@
"skins.vector.styles.responsive": {
"targets": [ "desktop", "mobile" ],
"position": "top",
"styles": [
"responsive.less"
]
@ -64,7 +62,6 @@
"collapsibleTabs.js",
"vector.js"
],
"position": "top",
"dependencies": [
"jquery.throttle-debounce",
"jquery.tabIndex"