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