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