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

13 lines
244 B
JavaScript

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