Typo in file name

This commit is contained in:
Trevor Parscal 2012-03-07 23:48:58 +00:00
parent df4f017b21
commit de0f83643b
Notes: Trevor Parscal 2012-03-07 23:48:58 +00:00

View file

@ -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 = [];
}; };