Skip to content

Commit

Permalink
fix(core): use getPlatform instead of platform in cordova.js (#7902)
Browse files Browse the repository at this point in the history
  • Loading branch information
scr2em authored Mar 5, 2025
1 parent 1ea86d1 commit 277db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@

define('cordova/platform', function (require, exports, module) {
module.exports = {
id: Capacitor.platform,
id: Capacitor.getPlatform(),
bootstrap: function () {
require('cordova/channel').onNativeReady.fire();
},
Expand Down

0 comments on commit 277db7b

Please sign in to comment.