Switch to general API nearly done.

This commit is contained in:
Lars Jung 2012-10-10 16:05:50 +02:00
parent a60d5556af
commit d7f1c68366
13 changed files with 226 additions and 142 deletions

View file

@ -112,10 +112,8 @@ modulejs.define('view/extended', ['_', '$', 'core/settings', 'core/resource', 'c
$ul.append(update(e));
e.fetchStatus(function (e) {
update(e);
});
// needed by aai
e.fetchStatus(function (e) { update(e); });
});
$extended.append($ul);