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