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