Media JS: Remove unused Attachment view events. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-10-30 21:15:46 +00:00
parent 097cb6117d
commit faf00687d4

View File

@ -1038,10 +1038,8 @@
template: media.template('attachment'),
events: {
'click .attachment-preview': 'toggleSelection',
// 'mouseenter .attachment-preview': 'shrink',
// 'mouseleave .attachment-preview': 'expand',
'change .describe': 'describe'
'click .attachment-preview': 'toggleSelection',
'change .describe': 'describe'
},
buttons: {},