From ac139a57f1d82794ebb65514132cb3b8f3fb58b3 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 30 Jan 2012 11:01:10 -0500 Subject: [PATCH] Copy event collision --- snipt/media/js/src/modules/snipt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snipt/media/js/src/modules/snipt.js b/snipt/media/js/src/modules/snipt.js index 2ba03ad..48a03d6 100644 --- a/snipt/media/js/src/modules/snipt.js +++ b/snipt/media/js/src/modules/snipt.js @@ -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() {