Y.LayerContainer = function(options, layer) {
   Y.LayerContainer.superclass.constructor.call(this, options, layer);
};