Tone.js/grunt/fragments/before.preset.frag
Yotam Mann e108e59066 new build regexp
removes all defines and replaces them with a function. this enables the
tonejs build to be used with requirejs
2014-10-28 14:41:54 -04:00

7 lines
No EOL
86 B
JavaScript

(function (root) {
"use strict";
function tonePreset(func){
func(root.Tone);
}