Merge pull request #2772 from MasterOdin/patch-1

Remove return from example addAction
pull/2775/head
Alexandru Dima 3 years ago committed by GitHub
commit 6535feb2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,5 @@ editor.addAction({
// @param editor The editor instance is passed in as a convenience
run: function (ed) {
alert("i'm running => " + ed.getPosition());
return null;
}
});

Loading…
Cancel
Save