fix indent on chrome in linux

pull/1602/head
John McLear 2013-03-08 08:40:40 -08:00
parent 0b16d96c97
commit 26a6765b50
1 changed files with 1 additions and 1 deletions

View File

@ -3583,7 +3583,7 @@ function Ace2Inner(){
}
var specialHandled = false;
var isTypeForSpecialKey = ((browser.msie || browser.safari) ? (type == "keydown") : (type == "keypress"));
var isTypeForSpecialKey = ((browser.msie || browser.safari || browser.chrome) ? (type == "keydown") : (type == "keypress"));
var isTypeForCmdKey = ((browser.msie || browser.safari || browser.chrome) ? (type == "keydown") : (type == "keypress"));
var stopped = false;