Fixing typo

This commit is contained in:
Joe Bowser 2010-10-27 15:00:35 -07:00
parent 45c9a88fd7
commit 35b3808701

View File

@ -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);