Skip to content

Commit

Permalink
Update lib/tiappxml.js
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Barber <chris@cb1inc.com>
  • Loading branch information
m1ga and cb1kenobi authored Apr 7, 2024
1 parent c780200 commit de1bd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tiappxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const xml = appc.xml;
const __ = appc.i18n(__dirname).__;

const defaultDOMParserArgs = { errorHandler: function () {} };
var targetPlatform = '';
let targetPlatform = '';
module.exports = tiapp;

function toXml(dom, parent, name, value) {
Expand Down

0 comments on commit de1bd19

Please sign in to comment.