Prepare for 0.7.x

This commit is contained in:
Alex Dima 2016-10-07 15:23:50 +02:00
parent 67c0d408a0
commit a88225bcf0
4 changed files with 17 additions and 18 deletions

View file

@ -31,6 +31,10 @@ editor.addAction({
keybindingContext: null,
contextMenuGroupId: 'navigation',
contextMenuOrder: 1.5,
// Method that will be executed when the action is triggered.
// @param editor The editor instance is passed in as a convinience
run: function(ed) {