freifunk-app/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js
2018-08-24 18:09:42 +02:00

13 lines
282 B
JavaScript

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