s/cb/callback/

This commit is contained in:
Philipp Hancke 2014-11-28 18:03:27 -08:00
parent 034bdac440
commit 2470e6c887
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -208,7 +208,7 @@ function obtainAudioAndVideoPermissions(callback) {
} else {
// do we want to show something?
gumDone = true;
cb(null);
callback(null);
trackUsage('localMedia', {
audio: 0,
video: 0,