diff --git a/lib/noble.js b/lib/noble.js index c341f461..432dc0fb 100644 --- a/lib/noble.js +++ b/lib/noble.js @@ -85,7 +85,7 @@ Noble.prototype._cleanupPeriperals = function () { this._characteristics = {}; this._descriptors = {}; this._discoveredPeripheralUUids = {}; -} +}; Noble.prototype.onStateChange = function (state) { debug(`stateChange ${state}`);