Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 42459e4

Browse files
committed
- #231 remove weak listener or else dragger timer does not run at times.
1 parent bcf64d4 commit 42459e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/controls/src/actionscript/org/flowplayer/controls/scrubber/ScrubberSlider.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ package org.flowplayer.controls.scrubber {
271271
return c * t / d + b;
272272
});
273273
}
274-
}, false, 0, true);
274+
});
275275
log.debug("doStart(), starting timer");
276276
_startDetectTimer.start();
277277
}

0 commit comments

Comments
 (0)