From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- .../renderKid/styles/rule/declarationBlock/Arbitrary.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js (limited to 'node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js') diff --git a/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js b/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js new file mode 100644 index 00000000..5411b3a7 --- /dev/null +++ b/node_modules/renderkid/lib/renderKid/styles/rule/declarationBlock/Arbitrary.js @@ -0,0 +1,17 @@ +// Generated by CoffeeScript 1.9.3 +var Arbitrary, _Declaration, + 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; + +_Declaration = require('./_Declaration'); + +module.exports = Arbitrary = (function(superClass) { + extend(Arbitrary, superClass); + + function Arbitrary() { + return Arbitrary.__super__.constructor.apply(this, arguments); + } + + return Arbitrary; + +})(_Declaration); -- cgit v1.2.3