mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +00:00
Merge "Fix annotation breakage"
This commit is contained in:
commit
a5e49f8716
|
@ -14,7 +14,7 @@
|
|||
*/
|
||||
ve.dm.Model = function VeDmModel( element ) {
|
||||
// Properties
|
||||
this.element = element || { 'type': this.constructor.static.name, 'attributes': {} };
|
||||
this.element = element || { 'type': this.constructor.static.name };
|
||||
};
|
||||
|
||||
ve.dm.Model.static = {};
|
||||
|
|
Loading…
Reference in a new issue