Fix linting errors

This commit is contained in:
Sauli Anto
2019-09-28 13:01:08 +03:00
parent 53c4c72c10
commit 566c9a40cb
5 changed files with 44 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ export default class MathCommand extends Command {
// Use already set type if found and is not forced
const type = forceOutputType ? outputType : typeAttr || outputType;
mathtex = writer.createElement( 'mathtex', { equation, type, display } );
} else {
// Create new model element