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