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