Current File : /home/tradevaly/www/node_modules/svg.js/src/container.js
SVG.Container = SVG.invent({
  // Initialize node
  create: function(element) {
    this.constructor.call(this, element)
  }

  // Inherit from
, inherit: SVG.Parent

})