mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
042ffb4e3b
* Added converters to all relevant node implementations * Added new annotation objects with their own factory Change-Id: I9870d6d5eac45083929d74d2e58917d0939ca917
9 lines
105 B
JavaScript
9 lines
105 B
JavaScript
/**
|
|
* Generic DataModel annotation.
|
|
*
|
|
* @class
|
|
* @constructor
|
|
*/
|
|
ve.dm.Annotation = function() {
|
|
};
|