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