From 317437b32e156423535893b7181db235e50345ac Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Fri, 29 Apr 2016 17:18:40 -0400 Subject: [PATCH] fix(BluetoohSerial): add missing plugin reference --- src/plugins/bluetoothserial.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/bluetoothserial.ts b/src/plugins/bluetoothserial.ts index c2bfe9553..ad0f20143 100644 --- a/src/plugins/bluetoothserial.ts +++ b/src/plugins/bluetoothserial.ts @@ -9,7 +9,7 @@ import {Observable} from "rxjs/Observable"; @Plugin({ repo: 'https://github.com/don/BluetoothSerial', plugin: 'cordova-plugin-bluetooth-serial', - pluginRef: '', + pluginRef: 'bluetoothSerial', platforms: ['Android','iOS','Windows Phone','Browser'] }) export class BluetoothSerial {