textLineThroughStyle.js 276 Bytes
'use strict';

module.exports.definition = {
    set: function (v) {
        this._setProperty('text-line-through-style', v);
    },
    get: function () {
        return this.getPropertyValue('text-line-through-style');
    },
    enumerable: true,
    configurable: true
};