File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Blokr {
3838
3939 /**
4040 * Checks if user interactions are currently prevented.
41- * @returns {boolean } - Returns true if interactions are blocked, false otherwise.
41+ * @returns {boolean } Returns true if interactions are blocked, false otherwise.
4242 */
4343 isLocked ( ) {
4444 return this . _counter > 0 ;
@@ -47,7 +47,7 @@ class Blokr {
4747 /**
4848 * Sets the timeout duration for automatic unlock.
4949 * @param timeout - The timeout in milliseconds. Set to 0 to disable automatic unlock. Negative values are treated as 0.
50- * @returns {boolean } - Returns true if the timeout was set successfully, false if currently locked.
50+ * @returns {boolean } Returns true if the timeout was set successfully, false if currently locked.
5151 */
5252 setTimeout ( timeout : number ) {
5353 if ( ! this . isLocked ( ) ) {
You can’t perform that action at this time.
0 commit comments