migration tested
This commit is contained in:
parent
cf557fe018
commit
648d754556
3 changed files with 19 additions and 9 deletions
|
|
@ -38,6 +38,9 @@ angular
|
|||
return v;
|
||||
});
|
||||
historicLog.add(level, args.join(' '));
|
||||
if (window.cordova)
|
||||
console.log(args.join(' '));
|
||||
|
||||
orig.apply(null, args)
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue