config/site

This commit is contained in:
j 2011-05-28 13:18:28 +02:00
commit 1e57ecc423
20 changed files with 62 additions and 59 deletions

View file

@ -15,7 +15,7 @@ pandora.ui.annotations = function() {
}
}),
$bins = [];
$.each(app.config.layers, function(i, layer) {
$.each(app.site.layers, function(i, layer) {
var $bin = new Ox.CollapsePanel({
id: layer.id,
size: 16,