``` javascript window.cordovaHTTP.get( "https://platform.telerik.com", {}, // optional params {}, // optional headers function(msg) {alert("OK: " + msg)}, function(msg) {alert("ERROR: " + msg)} ); ``` msg: missing command error Can someone tell me what's going on?
msg: missing command error
Can someone tell me what's going on?