* pass in data with metronome open stat

This commit is contained in:
Seth Call 2015-04-01 09:04:52 -05:00
parent 778a9030a3
commit c276d97e42
1 changed files with 1 additions and 1 deletions

View File

@ -2745,7 +2745,7 @@
session_size: sessionModel.participants().length,
user_id: context.JK.currentUserId,
user_name: context.JK.currentUserName }
context.stats.write('web.metronome.open', {})
context.stats.write('web.metronome.open', data)
var bpm = 120;
logger.debug("opening the metronome with bpm: " + bpm + ", sound:" + metroSound)
rest.openMetronome({id: sessionModel.id()})