Tidying up

This commit is contained in:
Kegan Dougal 2015-07-16 11:54:53 +01:00
parent c056bdf104
commit 5f3721f471
3 changed files with 1 additions and 20 deletions

View file

@ -18,7 +18,7 @@ limitations under the License.
/*
* State vars:
* this.state.callState = OUTBOUND|INBOUND|IN_CALL|NO_CALL
* this.state.call_state = the UI state of the call (see CallHandler)
*/
var dis = require("../../dispatcher");

View file

@ -16,8 +16,6 @@ limitations under the License.
'use strict';
var dis = require("../../../dispatcher");
module.exports = {
};