Sha256: 9a57df9b7e4b5869e36eb908fdbe04a54bf58f9cab460d2a998b67c7163c76df
Contents?: true
Size: 286 Bytes
Versions: 6
Compression:
Stored size: 286 Bytes
Contents
'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 };
Version data entries
6 entries across 5 versions & 4 rubygems