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