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

13 lines
246 B
JavaScript

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