mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-23 17:15:01 +00:00
e108e59066
removes all defines and replaces them with a function. this enables the tonejs build to be used with requirejs
7 lines
No EOL
86 B
JavaScript
7 lines
No EOL
86 B
JavaScript
(function (root) {
|
|
|
|
"use strict";
|
|
|
|
function tonePreset(func){
|
|
func(root.Tone);
|
|
} |