jenkins-bot has submitted this change and it was merged.
Change subject: Hygiene: Fix jscs errors
......................................................................
Hygiene: Fix jscs errors
Change-Id: I0a409e40e39a63d5d8e79d0b1236422a004d1723
---
M javascripts/modules/categories/CategoryOverlay.js
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Jdlrobson: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I0a409e40e39a63d5d8e79d0b1236422a004d1723
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits