jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/338490 )

Change subject: build: Bump grunt-jsonlint to latest and make pass
......................................................................


build: Bump grunt-jsonlint to latest and make pass

 grunt-jsonlint       1.0.8  →   1.1.0

Change-Id: I4a5cdd39f6215cc61a1ef530386a87fdcb0c0088
---
M modules/ve-mw/ui/widgets/ve.ui.MWAceEditorWidget.js
M package.json
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  DLynch: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/ve-mw/ui/widgets/ve.ui.MWAceEditorWidget.js 
b/modules/ve-mw/ui/widgets/ve.ui.MWAceEditorWidget.js
index c01ba8f..0c2b405 100644
--- a/modules/ve-mw/ui/widgets/ve.ui.MWAceEditorWidget.js
+++ b/modules/ve-mw/ui/widgets/ve.ui.MWAceEditorWidget.js
@@ -122,9 +122,9 @@
        } );
        if ( this.autocompleteWordList ) {
                completer = {
-                       getCompletions: function( editor, session, pos, prefix, 
callback ) {
+                       getCompletions: function ( editor, session, pos, 
prefix, callback ) {
                                var wordList = widget.autocompleteWordList;
-                               callback( null, wordList.map( function( word ) {
+                               callback( null, wordList.map( function ( word ) 
{
                                        return {
                                                caption: word,
                                                value: word,
diff --git a/package.json b/package.json
index 4de813d..d36760d 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "grunt-contrib-copy": "1.0.0",
     "grunt-contrib-watch": "1.0.0",
     "grunt-eslint": "19.0.0",
-    "grunt-jsonlint": "1.0.8",
+    "grunt-jsonlint": "1.1.0",
     "grunt-image": "2.2.3",
     "grunt-mocha-test": "0.12.7",
     "grunt-stylelint": "0.7.0",

-- 
To view, visit https://gerrit.wikimedia.org/r/338490
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4a5cdd39f6215cc61a1ef530386a87fdcb0c0088
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <jforres...@wikimedia.org>
Gerrit-Reviewer: DLynch <dly...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to