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