* fix for bad reference to context.JK.EVENTS

This commit is contained in:
Seth Call 2014-06-10 22:27:37 -05:00
parent ff96f8e199
commit d38e5d155a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
context.JK = context.JK || {};
context.JK.StepSelectGear = function (app, dialog) {
var EVENTS = context.JK.DIALOG_CLOSED;
var EVENTS = context.JK.EVENTS;
var ASSIGNMENT = context.JK.ASSIGNMENT;
var VOICE_CHAT = context.JK.VOICE_CHAT;
var AUDIO_DEVICE_BEHAVIOR = context.JK.AUDIO_DEVICE_BEHAVIOR;

View File

@ -5,7 +5,7 @@
context.JK = context.JK || {};
context.JK.LoopbackWizard = function (app) {
var EVENTS = context.JK.DIALOG_CLOSED;
var EVENTS = context.JK.EVENTS;
var logger = context.JK.logger;
var $dialog = null;