diff options
Diffstat (limited to 'node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js')
| -rw-r--r-- | node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js b/node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js deleted file mode 100644 index 8eb59d0..0000000 --- a/node_modules/jsdom/node_modules/cssstyle/lib/properties/glyphOrientationVertical.js +++ /dev/null @@ -1,12 +0,0 @@ -'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 -}; |
