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