mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "build: Bump grunt-jsonlint to latest and make pass"
This commit is contained in:
commit
703e784d1a
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue