93.73
12
Created with Raphaël 2.1.002550751002015-1-52014-12-42014-12-3
Created with Raphaël 2.1.0051015202015-1-52014-12-42014-12-3
4.90
0.05
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('overflow-y', v);
},
get: function () {
return this.getPropertyValue('overflow-y');
enumerable: true,
configurable: true
};