From 4ff9fe83adc2b80ada41be32cecb4ef66ba8d0cd Mon Sep 17 00:00:00 2001 From: kaixuan Date: Thu, 15 Nov 2012 14:44:21 +0800 Subject: [PATCH] the var bluetoothPlugin is wrong --- Android/BluetoothPlugin/assets/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/BluetoothPlugin/assets/www/index.html b/Android/BluetoothPlugin/assets/www/index.html index 02aad794..edb18cb5 100644 --- a/Android/BluetoothPlugin/assets/www/index.html +++ b/Android/BluetoothPlugin/assets/www/index.html @@ -15,7 +15,7 @@ window.addEventListener('load', function () { document.addEventListener('deviceready', function () { alert("Cordova is now loaded!"); - bluetoothPlugin = cordova.require( 'cordova/plugin/bluetooth' ); + g_bluetoothPlugin = cordova.require( 'cordova/plugin/bluetooth' ); }, false); }, false);