mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-03 02:16:51 +00:00
Typo in file name
This commit is contained in:
parent
df4f017b21
commit
de0f83643b
Notes:
Trevor Parscal
2012-03-07 23:48:58 +00:00
|
@ -7,10 +7,9 @@
|
||||||
* @class
|
* @class
|
||||||
* @constructor
|
* @constructor
|
||||||
*/
|
*/
|
||||||
ve.dm.DocumentSynchronizer = function( model, transaction ) {
|
ve.dm.DocumentSynchronizer = function( model ) {
|
||||||
// Properties
|
// Properties
|
||||||
this.model = model;
|
this.model = model;
|
||||||
this.transaction = transaction;
|
|
||||||
this.actions = [];
|
this.actions = [];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue