diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 04:50:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-21 04:50:37 +0200 |
| commit | 55b2b2c464064393f8ce7bd2245bdd89bbffbeec (patch) | |
| tree | af837bb23007cd4edacc333a8b56989ac008d8ee /public/bundle.js | |
| parent | d41070c7b00fafc974a1a6e7b6d1b42391fa57ed (diff) | |
aiffpath
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; /***/ }) /******/ ]); |
