blob: b47cbd244530cff27940dc6651c67e3503645ce7 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('pitch', v);
},
get: function () {
return this.getPropertyValue('pitch');
},
enumerable: true,
configurable: true
};