'use strict'; module.exports.definition = { set: function (v) { this._setProperty('-webkit-hyphens', v); }, get: function () { return this.getPropertyValue('-webkit-hyphens'); }, enumerable: true, configurable: true };