From 82e753f7d02bf82e426c58cbfc1ba35d69dbf3d7 Mon Sep 17 00:00:00 2001
From: Philippe Coval
Date: Thu, 8 Nov 2018 09:28:23 +0100
Subject: [PATCH] usb: Add missing semicolon to comply es6
Change-Id: I94fdcbea6957d9f2c7eb5e28d8364363be6a3520
Signed-off-by: Philippe Coval
---
lib/usb.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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';