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