diff options
author | thomascube <thomas@roundcube.net> | 2010-03-17 12:24:09 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-03-17 12:24:09 +0000 |
commit | f52c936f4d451a5d3a87d2501aa5a1701cdafde5 (patch) | |
tree | e95611d6d47ea75e76d15ebbdea1daf4a3de83ba /program/js/common.js | |
parent | f4f1c442f7eb3edbb48dbcc705c6d83dcaf8e021 (diff) |
Merged devel-threads branch (r3066:3364) back into trunk
Diffstat (limited to 'program/js/common.js')
-rw-r--r-- | program/js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/common.js b/program/js/common.js index 70ef4446b..829da8ae8 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -292,7 +292,7 @@ triggerEvent: function(evt, e) e = this; else if (typeof e == 'object') e.event = evt; - + if (this._events && this._events[evt] && !this._event_exec) { this._event_exec = true; for (var i=0; i < this._events[evt].length; i++) { |