remove Ox.each, , $.extend, $.map and $.merge

This commit is contained in:
rolux 2011-09-17 20:36:30 +02:00
commit f7ea2f71ee
19 changed files with 62 additions and 69 deletions

View file

@ -48,7 +48,7 @@ pandora.ui.leftPanel = function() {
toggle: function(data) {
pandora.UI.set({showSidebar: !data.collapsed});
if (data.collapsed) {
$.each(pandora.$ui.folderList, function(k, $list) {
Ox.forEach(pandora.$ui.folderList, function($list) {
$list.loseFocus();
});
}