KartikMistry has uploaded a new change for review.
https://gerrit.wikimedia.org/r/187707
Change subject: Added missing commas and code formatting fixes
......................................................................
Added missing commas and code formatting fixes
Change-Id: I4f7f8959dd362a5eca097df2fca818c398437ecf
---
M Resources.php
1 file changed, 31 insertions(+), 13 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation
refs/changes/07/187707/1
diff --git a/Resources.php b/Resources.php
index 9cde515..135d0bf 100644
--- a/Resources.php
+++ b/Resources.php
@@ -573,7 +573,7 @@
'dependencies' => array(
'moment',
'jquery.uls.data',
- 'ext.cx.progressbar'
+ 'ext.cx.progressbar',
),
'messages' => array(
'cx-translation-filter-all-translations',
@@ -598,8 +598,8 @@
'messages' => array(
'cx-translation-already-in-progress',
'cx-translation-already-in-progress-collaborate',
- 'cx-create-new-translation'
- )
+ 'cx-create-new-translation',
+ ),
) + $resourcePaths;
$wgResourceModules['ext.cx.editor'] = array(
@@ -618,18 +618,30 @@
);
$modules['qunit']['ext.cx.editor.tests'] = array(
- 'scripts' => array( 'tests/qunit/editor/ext.cx.editor.test.js'
),
- 'dependencies' => array( 'ext.cx.editor' ),
+ 'scripts' => array(
+ 'tests/qunit/editor/ext.cx.editor.test.js',
+ ),
+ 'dependencies' => array(
+ 'ext.cx.editor',
+ ),
) + $resourcePaths;
$modules['qunit']['ext.cx.header.test'] = array(
- 'scripts' => array( 'tests/qunit/header/ext.cx.header.test.js'
),
- 'dependencies' => array( 'ext.cx.header' ),
+ 'scripts' => array(
+ 'tests/qunit/header/ext.cx.header.test.js',
+ ),
+ 'dependencies' => array(
+ 'ext.cx.header',
+ ),
) + $resourcePaths;
$modules['qunit']['ext.cx.publish.test'] = array(
- 'scripts' => array(
'tests/qunit/publish/ext.cx.publish.test.js' ),
- 'dependencies' => array( 'ext.cx.publish' ),
+ 'scripts' => array(
+ 'tests/qunit/publish/ext.cx.publish.test.js',
+ ),
+ 'dependencies' => array(
+ 'ext.cx.publish',
+ ),
) + $resourcePaths;
$modules['qunit']['ext.cx.tools.tests'] = array(
@@ -647,14 +659,20 @@
) + $resourcePaths;
$modules['qunit']['ext.cx.translation.tests'] = array(
- 'scripts' => array(
'tests/qunit/translation/ext.cx.translation.test.js' ),
- 'dependencies' => array( 'ext.cx.translation' ),
+ 'scripts' => array(
+ 'tests/qunit/translation/ext.cx.translation.test.js',
+ ),
+ 'dependencies' => array(
+ 'ext.cx.translation',
+ ),
) + $resourcePaths;
$modules['qunit']['ext.cx.sitemapper.test'] = array(
- 'scripts' => array(
'tests/qunit/base/ext.cx.sitemapper.test.js' ),
+ 'scripts' => array(
+ 'tests/qunit/base/ext.cx.sitemapper.test.js',
+ ),
'dependencies' => array(
- 'ext.cx.sitemapper'
+ 'ext.cx.sitemapper',
),
) + $resourcePaths;
};
--
To view, visit https://gerrit.wikimedia.org/r/187707
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4f7f8959dd362a5eca097df2fca818c398437ecf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: KartikMistry <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits