mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
removing base class set method.
it did nothing…
This commit is contained in:
parent
5a5e9be1f8
commit
b45fc88ed0
1 changed files with 0 additions and 13 deletions
|
@ -210,19 +210,6 @@ define("Tone/core/Tone", [], function(){
|
|||
}
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// SETTER
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
* set the properties of a Tone with a bulk setter in the form
|
||||
* of a JSON object
|
||||
*
|
||||
* @abstract
|
||||
* @param {Object} params the parameters as nested JSON
|
||||
*/
|
||||
Tone.prototype.set = function(){};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// UTILITIES / HELPERS / MATHS
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in a new issue