Files
RoboCommander/node_modules/cssstyle/lib/properties/textLineThroughMode.js

13 lines
274 B
JavaScript
Raw Permalink Normal View History

2026-04-05 16:14:49 -04:00
'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
};