blob: f500bbb495e2c54946895062283d4580cc3d2c4a [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-mask-box-image-width', v);
},
get: function () {
return this.getPropertyValue('-webkit-mask-box-image-width');
},
enumerable: true,
configurable: true
};