GT2/GT2-Android/node_modules/cssstyle/lib/properties/markerStart.js

13 lines
254 B
JavaScript

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