From 7538095c9584b041ebdf9bfe86628a97a1df380b Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 23 Jan 2019 16:56:13 +0800 Subject: [PATCH] Fix the misspelling of "register" Change-Id: Ie6ee0cf7ad69c7f6678a6d700936cbdb7b730943 --- app/js/directives/timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/directives/timeline.js b/app/js/directives/timeline.js index a0323f8..ba666e9 100644 --- a/app/js/directives/timeline.js +++ b/app/js/directives/timeline.js @@ -304,7 +304,7 @@ function timeline($window, $log, datasetService, progressService) { }; /** - * Request an animation frame from the browser, and call all regsitered + * Request an animation frame from the browser, and call all registered * animation callbacks when it occurs. If an animation has already been * requested but has not completed, this method will return immediately. */