add some comments to 0xdb.jsonc

This commit is contained in:
rolux 2011-10-13 17:35:33 +00:00
commit c84c5371fa
2 changed files with 38 additions and 6 deletions

View file

@ -90,7 +90,6 @@ pandora.UI = (function() {
}
});
[args, add].forEach(function(obj, isAdd) {
Ox.print('UUU', obj)
Ox.forEach(obj, function(val, key) {
// make sure to not split at escaped dots ('\.')
var keys = key.replace(/\\\./g, '\n').split('.').map(function(key) {