UNPKG

silex

Version:

The Node framework based on the Symfony 2

12 lines (7 loc) 281 B
var Bundle = USE('Silex.Component.Kernel.Bundle'); var SitexwSiteBundle = function() { Bundle.call(this); }; SitexwSiteBundle.prototype = Object.create(Bundle.prototype); SitexwSiteBundle.prototype.constructor = SitexwSiteBundle; module.exports = SitexwSiteBundle;