Merge "build: Bump grunt-jsonlint to latest and make pass"

This commit is contained in:
jenkins-bot 2017-02-21 16:14:38 +00:00 committed by Gerrit Code Review
commit 703e784d1a
2 changed files with 3 additions and 3 deletions

View file

@ -122,9 +122,9 @@ ve.ui.MWAceEditorWidget.prototype.setupEditor = function () {
} );
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,

View file

@ -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",