aboutsummaryrefslogtreecommitdiff
path: root/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
downloadwallet-core-cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585.tar.xz
remove node_modules
Diffstat (limited to 'node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js')
-rw-r--r--node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js b/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js
deleted file mode 100644
index a6cf14ac3..000000000
--- a/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/PaddingTop.js
+++ /dev/null
@@ -1,17 +0,0 @@
-// Generated by CoffeeScript 1.9.3
-var PaddingTop, _Length,
- extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },
- hasProp = {}.hasOwnProperty;
-
-_Length = require('./_Length');
-
-module.exports = PaddingTop = (function(superClass) {
- extend(PaddingTop, superClass);
-
- function PaddingTop() {
- return PaddingTop.__super__.constructor.apply(this, arguments);
- }
-
- return PaddingTop;
-
-})(_Length);