Page MenuHomeWickedGov Phorge

EditCheckAction.js
No OneTemporary

Size
478 B
Referenced Files
None
Subscribers
None

EditCheckAction.js

mw.editcheck.EditCheckAction = function MWEditCheckAction( config ) {
this.check = config.check;
this.highlight = config.highlight;
this.selection = config.selection;
this.message = config.message;
};
OO.initClass( mw.editcheck.EditCheckAction );
mw.editcheck.EditCheckAction.prototype.getChoices = function () {
return this.check.getChoices( this );
};
mw.editcheck.EditCheckAction.prototype.getDescription = function () {
return this.check.getDescription( this );
};

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 17:13 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
42/44/ee36fd256db8e9dd60799504c765
Default Alt Text
EditCheckAction.js (478 B)

Event Timeline