Osnard
I am just curious: Is there an important reason why all constructor method in OOJSUI are named?
E.g. in ve.ui.MWWikitextWarningCommand.js [1] it says:
ve.ui.MWWikitextWarningCommand = function VeUiMWWikitextWarningCommand() { ... }
Wouldn’t
ve.ui.MWWikitextWarningCommand = function() { ... }
be also working?