'use strict';
function LayerManager(layers){
}
LayerManager.prototype.addListener = function(listener){
};
LayerManager.prototype.getCurrentLayer = function(){