mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04: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();
|
changeCallback();
|
||||||
}
|
}
|
||||||
|
catch(pseudoError) {}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
changeCallbackTimeout = null;
|
changeCallbackTimeout = null;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue