Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 4, 2024
1 parent 5b8ec01 commit 3afac6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/1.x/ByteBeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

static s_fnHeader = (function() {
const keys = {
import: true,
'import': true,
};
const windowKeep = new Set([
'parseInt',
Expand Down
2 changes: 1 addition & 1 deletion dist/1.x/ByteBeat.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class ByteBeatCompiler {

static s_fnHeader = (function() {
const keys = {
import: true,
'import': true,
};
const windowKeep = new Set([
'parseInt',
Expand Down

0 comments on commit 3afac6b

Please sign in to comment.