Copy event collision

master
Nick Sergeant 2012-01-30 11:01:10 -05:00
parent c5cfdd584a
commit ac139a57f1
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
'click a.embed': 'embed',
'click a.expand': 'expand',
'click .container': 'selectFromClick',
'copy': 'copy',
'copyRaw': 'copy',
'copyClose': 'copyClose',
'detail': 'detail',
'deselect': 'deselect',
@ -162,7 +162,7 @@
$document.bind('keydown', 'c', function(e) {
if ($selected) {
e.preventDefault();
$selected.trigger('copy');
$selected.trigger('copyRaw');
}
});
$document.bind('keydown', 'e', function() {