blob: 1c64a505c20553f7063a4e94b5995af206659990 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('text-line-through-width', v);
},
get: function () {
return this.getPropertyValue('text-line-through-width');
},
enumerable: true,
configurable: true
};