Remove return from example addAction

Signed-off-by: Matthew Peveler <matt@popsql.com>
pull/2772/head
Matthew Peveler 3 years ago committed by GitHub
parent 5bb2a27249
commit 7bc83ba139
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