Skip to content

Commit a90c10e

Browse files
roottoolRokt33r
authored andcommitted
removed single quotation
1 parent d43fe8d commit a90c10e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browser/components/CodeEditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@ export default class CodeEditor extends React.Component {
657657
const checkMarkdownNoteIsOpen = mode === 'Boost Flavored Markdown'
658658

659659
return checkMarkdownNoteIsOpen ? {
660-
'getAnnotations': this.validatorOfMarkdown,
661-
'async': true
660+
getAnnotations: this.validatorOfMarkdown,
661+
async: true
662662
} : false
663663
}
664664

0 commit comments

Comments
 (0)