From bdfb5d4b71e87a7eee1fb5157eec48911a7d40d0 Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 6 Sep 2019 16:40:58 +0200 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 637015a..09c38c3 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -161,7 +161,7 @@ Parameters: - optional, string/_regular expression_, matching in the stringified _callback_ argument passed to requestAnimationFrame. -Use with `!` argument to defuse all calls unconditionally. +Use with `!` parameter to defuse all calls unconditionally. When used without parameters, will log calls to _`requestAnimationFrame()`_ to the console. @@ -216,7 +216,7 @@ Parameters: - optional, string/_regular expression_, matching in stringified callback function - optional, decimal integer, matching _interval_ -Use with `!` argument to defuse all calls unconditionally. +Use with `!` parameter to defuse all calls unconditionally. When used without parameters, will log calls to _`setInterval()`_ to the console. @@ -262,7 +262,7 @@ Parameters: - optional, string/_regular expression_, matching in stringified callback function - optional, decimal integer, matching _delay_ -Use with `!` argument to defuse all calls unconditionally. +Use with `!` parameter to defuse all calls unconditionally. When used without parameters, will log calls to _`setTimeout()`_ to the console.