IE8 complains, if catch block is missing

pull/1751/head
goldquest 2013-04-17 16:51:21 +02:00
parent 146c75e703
commit b08a6e522f
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ function makeChangesetTracker(scheduler, apool, aceCallbacksProvider)
{ {
changeCallback(); changeCallback();
} }
catch(pseudoError) {}
finally finally
{ {
changeCallbackTimeout = null; changeCallbackTimeout = null;