More changes to enable smart browsing.

This commit is contained in:
Lars Jung 2012-10-18 23:08:48 +02:00
parent 499013f4fb
commit e956a49680
14 changed files with 85 additions and 74 deletions

View file

@ -163,10 +163,7 @@ modulejs.define('view/items', ['_', '$', 'core/settings', 'core/resource', 'core
}
});
event.sub('location.changed', function () {
onLocationChanged(location.getItem());
});
event.sub('location.changed', onLocationChanged);
$content.appendTo('body');
};