Fix the misspelling of "register"

Change-Id: Ie6ee0cf7ad69c7f6678a6d700936cbdb7b730943
This commit is contained in:
lijunjie 2019-01-23 16:56:13 +08:00
parent e8199c3145
commit 7538095c95

View File

@ -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.
*/