Fix zoom issue.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-22 00:46:24 -03:00
parent 9f495f1e76
commit fe99c9a238

View File

@ -252,7 +252,7 @@ mindplot.DesignerKeyboard = new Class({
designer.zoomOut();
},
'ctrl++':function (event) {
'ctrl+=':function (event) {
event.preventDefault();
event.stopPropagation();