'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
};