Skip to content

Commit aa94c87

Browse files
authored
Merge pull request jdorn#689 from germanbisurgi/master
fix lint error
2 parents 74942e1 + 28d0410 commit aa94c87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/editors/multiple.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ export class MultipleEditor extends AbstractEditor {
334334
editor.showValidationErrors(errors)
335335
})
336336
}
337-
},
338-
addLinks: function () {
337+
}
338+
339+
addLinks () {
339340
// multiple editor itself don't create links
340341
}
341342
}

0 commit comments

Comments
 (0)