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