Files
old-slucajna-televizija/web/node_modules/cssstyle/lib/properties/voiceFamily.js
2017-10-16 11:19:46 +02:00

13 lines
253 B
JavaScript

'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('voic-family', v);
},
get: function () {
return this.getPropertyValue('voice-family');
},
enumerable: true,
configurable: true
};