mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
Added some documentation to ve.dm.DocumentSynchronizer constructor
Change-Id: Ib24f0101e60b34af292d46d3ea866859a89a18f5
This commit is contained in:
parent
d43ee569ac
commit
d061b62a72
|
@ -14,6 +14,7 @@
|
|||
*
|
||||
* @class
|
||||
* @constructor
|
||||
* @param {ve.dm.Document} doc Document to synchronize
|
||||
*/
|
||||
ve.dm.DocumentSynchronizer = function( doc ) {
|
||||
// Properties
|
||||
|
|
Loading…
Reference in a new issue