← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ilasc/launchpad:eslint-fix-no-unused-vars into launchpad:master

 

Ioana Lasc has proposed merging ~ilasc/launchpad:eslint-fix-no-unused-vars into launchpad:master.

Commit message:
Fix no-unused-vars in pofile.js

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/407000
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/launchpad:eslint-fix-no-unused-vars into launchpad:master.
diff --git a/lib/lp/translations/javascript/pofile.js b/lib/lp/translations/javascript/pofile.js
index c87dca9..f163f07 100644
--- a/lib/lp/translations/javascript/pofile.js
+++ b/lib/lp/translations/javascript/pofile.js
@@ -5,9 +5,8 @@
  * @requires anim, cookie, event-key, event, node
  */
 
-/* global autofocus_field, documentation_cookie, plural_forms,
- *        translations_order
- */
+/* global autofocus_field, documentation_cookie,
+plural_forms, translations_order */
 
 YUI.add('lp.translations.pofile', function(Y) {