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