%PDF- %PDF-
Direktori : /usr/share/nodejs/cssstyle/lib/properties/ |
Current File : //usr/share/nodejs/cssstyle/lib/properties/textLineThroughColor.js |
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function(v) { this._setProperty('text-line-through-color', parseColor(v)); }, get: function() { return this.getPropertyValue('text-line-through-color'); }, enumerable: true, configurable: true, };