blob: ddc0fc888077b44522c3ba49ac6faf417aa15724 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('background-repeat-x', v);
},
get: function () {
return this.getPropertyValue('background-repeat-x');
},
enumerable: true,
configurable: true
};