diff options
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/bundle.js b/public/bundle.js index 794b786..4e94c81 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -9861,6 +9861,9 @@ function mp3path(file) { } return filepath(file); } +function aiffpath(file) { + return filepath(file) + '.aiff'; +} function pngpath(file) { return filepath(file) + '.png'; } @@ -9868,6 +9871,7 @@ function pngpath(file) { exports.filepath = filepath; exports.mp3path = mp3path; exports.pngpath = pngpath; +exports.aiffpath = aiffpath; /***/ }) /******/ ]); |
