bind -> on, unbind -> off
This commit is contained in:
parent
81dbceb0ef
commit
e477d4ee45
10 changed files with 18 additions and 18 deletions
|
|
@ -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);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue