blob: a20a859e1cf486c11cc8a470825d7debd9d8da3a [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-hyphenate-limit-after', v);
},
get: function () {
return this.getPropertyValue('-webkit-hyphenate-limit-after');
},
enumerable: true,
configurable: true
};