Skip to content

Commit

Permalink
OOB: fix path to webphone library
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre committed Dec 5, 2016
1 parent 8fbfcfd commit 97efb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/lib/monster.webphone.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define(function(require){
var paramsInit = {
forceRTMP: false,
//flashContainer: 'flash_div',
prefixScripts: 'js/lib/kazoo/dependencies/',
prefixScripts: 'js/lib/kazooDependencies/',
onLoaded: function() {
self.log('Kazoo.js loaded successfully');
self.initialized = true;
Expand Down

0 comments on commit 97efb50

Please sign in to comment.