mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Minor syntax error
End of line comma instead of semi-colon. Change-Id: I6e8d56e378b2a0f8846d18c413b0cccfb9b780d0
This commit is contained in:
parent
5fb4ee83a6
commit
f25d34d0a6
|
@ -175,7 +175,7 @@ ve.ui.MWReferenceDialog.prototype.onClose = function ( action ) {
|
|||
|
||||
if ( action === 'insert' || action === 'apply' ) {
|
||||
data = this.referenceSurface.getContent();
|
||||
refGroup = this.referenceGroupInput.getValue(),
|
||||
refGroup = this.referenceGroupInput.getValue();
|
||||
listGroup = 'mwReference/' + refGroup;
|
||||
|
||||
// Internal item changes
|
||||
|
|
Loading…
Reference in a new issue