removing base class set method.

it did nothing…
This commit is contained in:
Yotam Mann 2014-08-29 16:40:20 -04:00
parent 5a5e9be1f8
commit b45fc88ed0

View file

@ -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
///////////////////////////////////////////////////////////////////////////