From 2ecc563c3f5212ffbc2d84a4d1025842448ba878 Mon Sep 17 00:00:00 2001 From: liabru Date: Mon, 27 Mar 2023 00:29:16 +0100 Subject: [PATCH] fixed Runner.stop docs re. runner.enabled, closes #586, closes #1054 --- src/core/Runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Runner.js b/src/core/Runner.js index dac30f9..f827cfe 100644 --- a/src/core/Runner.js +++ b/src/core/Runner.js @@ -159,7 +159,7 @@ var Common = require('./Common'); /** * Ends execution of `Runner.run` on the given `runner`, by canceling the animation frame request event loop. - * If you wish to only temporarily pause the engine, see `engine.enabled` instead. + * If you wish to only temporarily pause the runner, see `runner.enabled` instead. * @method stop * @param {runner} runner */