GT2/GT2-iOS/node_modules/cssstyle/lib/properties/overflow.js
2018-02-12 17:26:06 +00:00

12 lines
246 B
JavaScript

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