We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79843ff + f7c2075 commit 597f971Copy full SHA for 597f971
www/appinfo.js
@@ -8,7 +8,7 @@ channel.waitForInitialization('onAppInfoReady');
8
function appInfo() {
9
10
this.version = null;
11
- this.identfier = null;
+ this.identifier = null;
12
this.build = null;
13
14
var me = this;
@@ -19,8 +19,8 @@ function appInfo() {
19
me.identifier = info.identifier;
20
me.build = info.build || 'unknown';
21
channel.onAppInfoReady.fire();
22
- },function(e) {
23
- utils.alert("[ERROR] Error initializing Cordova: " + e);
+ },function(e) {
+ console.log("[ERROR] Error initializing Cordova: " + e);
24
});
25
26
}
0 commit comments