merge app into pandora

This commit is contained in:
j 2011-06-06 17:48:11 +02:00
commit 40b2ca0dff
35 changed files with 735 additions and 734 deletions

View file

@ -12,7 +12,7 @@ pandora.UI = (function() {
Ox.print('key', key, 'val', val);
var i = 0,
keys = key.split('|'),
old = app.user.ui;
old = pandora.user.ui;
while (i < keys.length - 1) {
old = old[keys[i]];
i++;