Update actions.js

Clarified "delete-cell" action.
This commit is contained in:
abalkin 2015-02-17 21:44:31 -05:00
parent 9faf6cbec1
commit 6e5ef91f5a

View File

@ -255,6 +255,7 @@ define(function(require){
}
},
'delete-cell': {
help: 'delete selected cell',
help_index : 'ej',
handler : function (env) {
env.notebook.delete_cell();