mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +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
|
||||
* @constructor
|
||||
*/
|
||||
ve.dm.DocumentSynchronizer = function( model, transaction ) {
|
||||
ve.dm.DocumentSynchronizer = function( model ) {
|
||||
// Properties
|
||||
this.model = model;
|
||||
this.transaction = transaction;
|
||||
this.actions = [];
|
||||
};
|
||||
|
Loading…
Reference in a new issue