DefaultEditorScript: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Admin changed the content model of the page MediaWiki:DefaultEditorScript from "wikitext" to "JavaScript" |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
export default function( editor | export default function(editor) { | ||
editor.on('ready', () => { | editor.on('ready', () => { | ||
}); | }); | ||
| Line 21: | Line 20: | ||
}); | }); | ||
} | } | ||