forked from 0x2620/pandora
one more clipSize
This commit is contained in:
parent
cb3c18e26b
commit
cd66553e99
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ pandora.ui.editPanel = function(isEmbed) {
|
|||
})
|
||||
.bindEvent({
|
||||
clipSize: function(data) {
|
||||
pandora.UI.set({editSidebarSize: data.size - Ox.UI.SCROLLBAR_SIZE});
|
||||
pandora.UI.set({clipSize: data.size - Ox.UI.SCROLLBAR_SIZE});
|
||||
},
|
||||
copy: function(data) {
|
||||
var ids = Ox.sort(data.ids, function(id) {
|
||||
|
|
Loading…
Reference in a new issue