aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js')
-rw-r--r--node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js b/node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js
deleted file mode 100644
index e563185..0000000
--- a/node_modules/jsdom/node_modules/cssstyle/lib/properties/zoom.js
+++ /dev/null
@@ -1,12 +0,0 @@
-'use strict';
-
-module.exports.definition = {
- set: function (v) {
- this._setProperty('zoom', v);
- },
- get: function () {
- return this.getPropertyValue('zoom');
- },
- enumerable: true,
- configurable: true
-};