remove control S comment

This commit is contained in:
John McLear 2012-11-28 17:20:58 +00:00
parent 8c7939ec9f
commit 93e9d7c852
1 changed files with 1 additions and 1 deletions

View File

@ -3537,7 +3537,7 @@ function Ace2Inner(){
var keyCode = evt.keyCode;
var which = evt.which;
// prevent ESC key and Control S
// prevent ESC key
if (keyCode == 27)
{
evt.preventDefault();