GT2/GT2-Android/node_modules/cssstyle/lib/properties/webkitBoxPack.js

13 lines
262 B
JavaScript
Raw Normal View History

'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-box-pack', v);
},
get: function () {
return this.getPropertyValue('-webkit-box-pack');
},
enumerable: true,
configurable: true
};