blob: 737719155e8cdec356eb1d749024fa4eeb5becb6 [file] [log] [blame]
// Generated by CoffeeScript 1.9.3
var _BlockPrependor;
module.exports = _BlockPrependor = (function() {
function _BlockPrependor(_config) {
this._config = _config;
}
_BlockPrependor.prototype.render = function(options) {
return this._render(options);
};
return _BlockPrependor;
})();