blob: fb685efae6b0361556a47f57ea338443c0ca0be8 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('glyph-orientation-horizontal', v);
},
get: function () {
return this.getPropertyValue('glyph-orientation-horizontal');
},
enumerable: true,
configurable: true
};