mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
IE8 complains, if catch block is missing
This commit is contained in:
parent
146c75e703
commit
b08a6e522f
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ function makeChangesetTracker(scheduler, apool, aceCallbacksProvider)
|
|||
{
|
||||
changeCallback();
|
||||
}
|
||||
catch(pseudoError) {}
|
||||
finally
|
||||
{
|
||||
changeCallbackTimeout = null;
|
||||
|
|
Loading…
Reference in a new issue