mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
adding babel-polyfill for testing older browsers
This commit is contained in:
parent
fa7bb9c9d9
commit
658d2f201f
2 changed files with 7575 additions and 1 deletions
7574
test/deps/babel-polyfill.js
Normal file
7574
test/deps/babel-polyfill.js
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
/* global mocha*/
|
||||
|
||||
define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "Tone/core/Transport"],
|
||||
define(["Tone/core/Tone", "deps/chai", "Tone/core/Context", "Tone/core/Transport", "deps/babel-polyfill"],
|
||||
function (Tone, chai, Context, Transport) {
|
||||
|
||||
//add a chai test
|
||||
|
|
Loading…
Reference in a new issue