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:
Catrope 2013-01-15 17:36:47 -08:00
parent f31dc45da8
commit b062691deb

View file

@ -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] } ]