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