Commit 1f039eb6 authored by Ilya Kirillov's avatar Ilya Kirillov

.

parent 67d5f0df
......@@ -3632,13 +3632,13 @@ function CEditorPage(api)
};
this.onTimerScroll2 = function(is_no_timer)
{
// try
// {
try
{
oThis.onTimerScroll2_internal(is_no_timer);
// }
// catch (err)
// {
// }
}
catch (err)
{
}
if (true !== is_no_timer)
this.m_nPaintTimerId = setTimeout(oThis.onTimerScroll2, oThis.m_nTimerScrollInterval);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment