Files
old-slucajna-televizija/web/node_modules/cssstyle/lib/properties/voiceFamily.js

13 lines
253 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('voic-family', v);
},
get: function () {
return this.getPropertyValue('voice-family');
},
enumerable: true,
configurable: true
};