diff --git a/lib/usb.js b/lib/usb.js index 1027b36..24cc86f 100644 --- a/lib/usb.js +++ b/lib/usb.js @@ -114,7 +114,7 @@ BluetoothHciSocket.prototype.getDeviceList = function() { "busNumber": dev.busNumber, "deviceAddress": dev.deviceAddress, })); -} +}; BluetoothHciSocket.prototype.bindControl = function() { this._mode = 'control';