diff options
Diffstat (limited to 'node_modules/renderkid/lib/layout/block/blockAppendor')
| -rw-r--r-- | node_modules/renderkid/lib/layout/block/blockAppendor/Default.js | 21 | ||||
| -rw-r--r-- | node_modules/renderkid/lib/layout/block/blockAppendor/_BlockAppendor.js | 15 |
2 files changed, 0 insertions, 36 deletions
diff --git a/node_modules/renderkid/lib/layout/block/blockAppendor/Default.js b/node_modules/renderkid/lib/layout/block/blockAppendor/Default.js deleted file mode 100644 index c4d76854..00000000 --- a/node_modules/renderkid/lib/layout/block/blockAppendor/Default.js +++ /dev/null @@ -1,21 +0,0 @@ -// Generated by CoffeeScript 1.9.3 -var DefaultBlockAppendor, tools, - 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; - -tools = require('../../../tools'); - -module.exports = DefaultBlockAppendor = (function(superClass) { - extend(DefaultBlockAppendor, superClass); - - function DefaultBlockAppendor() { - return DefaultBlockAppendor.__super__.constructor.apply(this, arguments); - } - - DefaultBlockAppendor.prototype._render = function(options) { - return tools.repeatString("\n", this._config.amount); - }; - - return DefaultBlockAppendor; - -})(require('./_BlockAppendor')); diff --git a/node_modules/renderkid/lib/layout/block/blockAppendor/_BlockAppendor.js b/node_modules/renderkid/lib/layout/block/blockAppendor/_BlockAppendor.js deleted file mode 100644 index fda9d76a..00000000 --- a/node_modules/renderkid/lib/layout/block/blockAppendor/_BlockAppendor.js +++ /dev/null @@ -1,15 +0,0 @@ -// Generated by CoffeeScript 1.9.3 -var _BlockAppendor; - -module.exports = _BlockAppendor = (function() { - function _BlockAppendor(_config) { - this._config = _config; - } - - _BlockAppendor.prototype.render = function(options) { - return this._render(options); - }; - - return _BlockAppendor; - -})(); |
