Skip to content

Commit 1397cb6

Browse files
committed
Fix obfuscation issue
1 parent 524ec52 commit 1397cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/yySequence.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ function yySequenceAudioEffectTrack(_pStorage) {
10221022
this.IsBusTrack = function()
10231023
{
10241024
return (this.builtinName == eT_AudioEffect_Bus);
1025-
}
1025+
};
10261026

10271027
this.GetAFXStruct = function() {
10281028
if (this.IsBusTrack()) {

0 commit comments

Comments
 (0)