blob: 8eb59d0a4c07613c54db84e9aead20d8fb64b3e3 [file] [log] [blame]
'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
};