beginning to unify pandora.URL and pandora.Query as Ox.URL
This commit is contained in:
parent
fdecafe4d7
commit
b7100792c5
5 changed files with 422 additions and 17 deletions
|
|
@ -17,7 +17,10 @@ Ox.Clipboard = function() {
|
|||
Ox.print('copy', JSON.stringify(clipboard));
|
||||
},
|
||||
paste: function(type) {
|
||||
return clipboard;
|
||||
return type ? clipboard.type : clipboard;
|
||||
},
|
||||
type: function(type) {
|
||||
return type in clipboard;
|
||||
}
|
||||
};
|
||||
}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue