mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Fixing typo
This commit is contained in:
parent
45c9a88fd7
commit
35b3808701
@ -602,7 +602,7 @@ PhoneGap.JSCallback = function() {
|
|||||||
}
|
}
|
||||||
catch (e) {
|
catch (e) {
|
||||||
// If we're getting an error here, seeing the message will help in debugging
|
// If we're getting an error here, seeing the message will help in debugging
|
||||||
console.log("Message from Server: " + msg");
|
console.log("Message from Server: " + msg);
|
||||||
console.log("JSCallback Error: "+e);
|
console.log("JSCallback Error: "+e);
|
||||||
}
|
}
|
||||||
}, 1);
|
}, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user