ship-gis/node_modules/cssstyle/lib/properties/float.js
2026-01-22 09:14:01 +09:00

13 lines
219 B
JavaScript

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