|
@@ -42,7 +42,7 @@ editor.addAction({
|
|
|
contextMenuOrder: 1.5,
|
|
|
|
|
|
// Method that will be executed when the action is triggered.
|
|
|
- // @param editor The editor instance is passed in as a convinience
|
|
|
+ // @param editor The editor instance is passed in as a convenience
|
|
|
run: function(ed) {
|
|
|
alert("i'm running => " + ed.getPosition());
|
|
|
return null;
|