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