chatty-pub/node_modules/cssstyle/lib/properties/backgroundPositionX.js
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

13 lines
272 B
JavaScript

'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('background-position-x', v);
},
get: function () {
return this.getPropertyValue('background-position-x');
},
enumerable: true,
configurable: true
};