fix whitespace error

Co-authored-by: Andreas Hocevar <andreas.hocevar@gmail.com>
This commit is contained in:
mwerlitz
2021-08-05 13:02:26 +02:00
committed by GitHub
parent c72a31a226
commit aea11b773c

View File

@@ -783,7 +783,6 @@ class RasterSource extends ImageSource {
this.dispatchEvent(
new RasterSourceEvent(RasterEventType.AFTEROPERATIONS, frameState, data)
);
requestAnimationFrame(this.changed.bind(this));
}