Skip to content

Commit

Permalink
added ts-nocheck directive so that the file name can be changed, see #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Apr 7, 2022
1 parent 976dd89 commit 2651d5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/WrappedAudioBuffer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright 2020-2021, University of Colorado Boulder

// @ts-nocheck

/**
* WrappedAudioBuffer is an object that contains a Web Audio AudioBuffer and a TinyProperty that indicates whether the
* audio buffer has been decoded. This is *only* intended for usage during the loading process, not during run time,
Expand Down

0 comments on commit 2651d5f

Please sign in to comment.