mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Make ve.dm.AnnotationFactory a named function rather than an anonymous function
Trevor, this could be another target for a cleanup spree, maybe? Change-Id: Id37903ef452ff9758ac6c70c9e21faaff66c6f0b
This commit is contained in:
parent
f31dc45da8
commit
b062691deb
|
@ -15,7 +15,7 @@
|
|||
* @extends ve.EventEmitter
|
||||
* @constructor
|
||||
*/
|
||||
ve.dm.AnnotationFactory = function () {
|
||||
ve.dm.AnnotationFactory = function VeDmAnnotationFactory() {
|
||||
// Parent constructor
|
||||
ve.Factory.call( this );
|
||||
// [ { tagName: [annotationNamesWithoutFunc] }, { tagName: [annotationNamesWithFunc] } ]
|
||||
|
|
Loading…
Reference in a new issue