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