Sha256: d805d54484c1962d3f27cefc289d045906a7e6a67130c9bbf342abd889559ce3

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

'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
};

Version data entries

6 entries across 5 versions & 4 rubygems

Version Path
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/cssstyle/lib/properties/textLineThrough.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/textLineThrough.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/textLineThrough.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/textLineThrough.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/textLineThrough.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/textLineThrough.js