Website/node_modules/cssstyle/lib/properties/position.js

13 lines
246 B
JavaScript

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