From 76147795f85456b5f79a09746b105e89a6d8a977 Mon Sep 17 00:00:00 2001 From: Christos Melas Date: Fri, 10 Nov 2023 22:18:23 +0200 Subject: [PATCH] Update comments in analytics.coffee --- src/analytics.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/analytics.coffee b/src/analytics.coffee index dc8bc46..e96ab06 100644 --- a/src/analytics.coffee +++ b/src/analytics.coffee @@ -35,8 +35,8 @@ define [ @_live() ### - Replaces our queue appending global function with one which immediately - runs commands. Intended for programmatic usage and/or lazy command declaration. + Replaces our queue appending global function with one which immediately runs + commands. Intended for programmatic usage and/or lazy command declaration. ### _live: -> @actions.run()