added comment

This commit is contained in:
David Kelly 2017-06-02 09:47:03 -07:00
parent 4dae77cd9d
commit 2feea16063

View file

@ -140,6 +140,8 @@
} }
// When the space bubble is toggled... // 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) { function onBubbleToggled(enabled, doNotLog) {
writeButtonProperties(enabled); writeButtonProperties(enabled);
if (doNotLog !== true) { if (doNotLog !== true) {