forked from 0x2620/pandora
instantiate Ox.Clipboard as pandora.clipboard; use pandora.clipboard
This commit is contained in:
parent
d25368b6b6
commit
cf378611c8
8 changed files with 31 additions and 30 deletions
|
|
@ -72,12 +72,12 @@ pandora.ui.player = function(data) {
|
|||
pandora.URL.push(pandora.site.cantPlay.link);
|
||||
},
|
||||
copy: function(data) {
|
||||
Ox.Clipboard.copy(data.map(function(clip) {
|
||||
pandora.clipboard.copy(data.map(function(clip) {
|
||||
return clip.annotation || ui.item + '/' + clip['in'] + '-' + clip.out;
|
||||
}), 'clip');
|
||||
},
|
||||
copyadd: function(data) {
|
||||
Ox.Clipboard.add(data.map(function(clip) {
|
||||
pandora.clipboard.add(data.map(function(clip) {
|
||||
return clip.annotation || ui.item + '/' + clip['in'] + '-' + clip.out;
|
||||
}), 'clip');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue