Skip to content

Commit

Permalink
0.0.128
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Sep 1, 2024
1 parent 9d8a3e8 commit 0b0f7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getModifiedText(key, innerText, keyword){
}

case 'class': {
debugger;
//debugger;
const iPosOfOpenBrace = token.indexOf('{');
const lhs = token.substr(0, iPosOfOpenBrace).trim();
splitText[i] = `${winKey}.beEnhanced.beExportable.exports.${lhs} = ${keyword} ${lhs} {
Expand Down

0 comments on commit 0b0f7aa

Please sign in to comment.