Bmansurov has uploaded a new change for review.
https://gerrit.wikimedia.org/r/171984
Change subject: Fix jscs errors
......................................................................
Fix jscs errors
Change-Id: I0a409e40e39a63d5d8e79d0b1236422a004d1723
---
M javascripts/modules/categories/CategoryOverlay.js
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/84/171984/1
diff --git a/javascripts/modules/categories/CategoryOverlay.js
b/javascripts/modules/categories/CategoryOverlay.js
index b19c833..fce226d 100644
--- a/javascripts/modules/categories/CategoryOverlay.js
+++ b/javascripts/modules/categories/CategoryOverlay.js
@@ -15,7 +15,7 @@
},
className: 'category-overlay overlay',
templatePartials: {
- content: mw.template.get( 'mobile.categories',
'CategoryOverlay.hogan' ),
+ content: mw.template.get( 'mobile.categories',
'CategoryOverlay.hogan' )
},
/**
@@ -31,8 +31,8 @@
$.each( options.categories, function ( index,
category ) {
var title = mw.Title.newFromText(
category, 14 );
options.items.push( {
- 'url': title.getUrl(),
- 'title': title.getName(),
+ url: title.getUrl(),
+ title: title.getName()
} );
} );
}
--
To view, visit https://gerrit.wikimedia.org/r/171984
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a409e40e39a63d5d8e79d0b1236422a004d1723
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits