Create line break operation
This commit is contained in:
parent
c57556f49f
commit
1ca9f23e47
15
src/core/operations/LineBreak.mjs
Normal file
15
src/core/operations/LineBreak.mjs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* @author ThomasNotTom
|
||||||
|
* @copyright Crown Copyright 2016
|
||||||
|
* @license Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
import Operation from "../Operation.mjs";
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Line Break operation
|
||||||
|
*/
|
||||||
|
class LineBreak extends Operation {}
|
||||||
|
|
||||||
|
export default LineBreak;
|
||||||
Loading…
x
Reference in New Issue
Block a user