This commit is contained in:
Peter 'Pita' Martischka 2013-02-11 12:52:28 -08:00
commit f14c9d2006
2 changed files with 2 additions and 2 deletions

View file

@ -1086,7 +1086,7 @@ function Ace2Inner(){
{
if (scheduledTimeout)
{
clearTimeout(scheduledTimeout);
scheduler.clearTimeout(scheduledTimeout);
scheduledTimeout = null;
}
}

View file

@ -51,7 +51,7 @@ function makeChangesetTracker(scheduler, apool, aceCallbacksProvider)
// and if there isn't a timeout already scheduled.
if (changeCallback && changeCallbackTimeout === null)
{
changeCallbackTimeout = setTimeout(function()
changeCallbackTimeout = scheduler.setTimeout(function()
{
try
{