Files
old-slucajna-televizija/web/node_modules/cssstyle/lib/properties/enableBackground.js
2017-10-16 11:19:46 +02:00

13 lines
264 B
JavaScript

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