mediawiki-extensions-Visual.../modules/ve/dm/ve.dm.Annotation.js

16 lines
282 B
JavaScript
Raw Normal View History

/**
* VisualEditor data model Annoation class.
*
* @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
/**
* Generic DataModel annotation.
*
* @class
* @constructor
*/
ve.dm.Annotation = function() {
};