From 5310a38dc8fe265ffd99858265b2a8fa1a80acaf Mon Sep 17 00:00:00 2001 From: nightwing Date: Mon, 1 Oct 2012 17:30:13 +0400 Subject: [PATCH] fix typo --- lib/ace/edit_session/folding.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ace/edit_session/folding.js b/lib/ace/edit_session/folding.js index db97cce7..7676150c 100644 --- a/lib/ace/edit_session/folding.js +++ b/lib/ace/edit_session/folding.js @@ -683,6 +683,7 @@ function Folding() { }; this.onFoldWidgetClick = function(row, e) { + e = e.domEvent; var type = this.getFoldWidget(row); var line = this.getLine(row); var onlySubfolds = e.shiftKey;