From 2feea16063bd5c958e82773275bf2666e2153490 Mon Sep 17 00:00:00 2001 From: David Kelly Date: Fri, 2 Jun 2017 09:47:03 -0700 Subject: [PATCH] added comment --- scripts/system/bubble.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/system/bubble.js b/scripts/system/bubble.js index 1bdc14368c..c2a2f7af40 100644 --- a/scripts/system/bubble.js +++ b/scripts/system/bubble.js @@ -140,6 +140,8 @@ } // When the space bubble is toggled... + // NOTE: the c++ calls this with just the first param -- we added a second + // just for not logging the initial state of the bubble when we startup. function onBubbleToggled(enabled, doNotLog) { writeButtonProperties(enabled); if (doNotLog !== true) {