bind -> on, unbind -> off

This commit is contained in:
rolux 2012-05-28 16:10:11 +02:00
commit e477d4ee45
10 changed files with 18 additions and 18 deletions

View file

@ -75,7 +75,7 @@ pandora.ui.listDialog = function(section) {
);
}
})
]
],
})
.css({
float: 'right',
@ -340,7 +340,7 @@ pandora.ui.listIconPanel = function(listData) {
marginTop: '16px',
cursor: 'pointer'
})
.bind({
.on({
click: function(e) {
clickIcon(e);
},