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