Assign members!

This commit is contained in:
Alex Dima 2016-08-04 16:43:41 +02:00
parent 83f77de51f
commit 6fddb78593

View file

@ -20,6 +20,7 @@ export abstract class AbstractInternalEditorAction {
this.id = id;
this.label = label;
this.alias = alias;
this._editor = editor;
}
}