From efdf37b887221d2b9a7951cffa59c9e5323b1022 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 3 Jan 2017 11:23:36 -0800 Subject: [PATCH] jsdoc --- src/Viewport.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Viewport.ts b/src/Viewport.ts index b266dd3e..32a71dde 100644 --- a/src/Viewport.ts +++ b/src/Viewport.ts @@ -40,6 +40,9 @@ export class Viewport { this.refreshLoop(); } + /** + * Queues a refresh to be done on next animation frame. + */ private refreshLoop(): void { if (this.isRefreshQueued) { this.refresh();