Skip to content

Commit

Permalink
fix(BluetoohSerial): add missing plugin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Apr 29, 2016
1 parent a02718f commit 317437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bluetoothserial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 317437b

Please sign in to comment.