mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 08:41:24 +01:00
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:
parent
097cb6117d
commit
faf00687d4
@ -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: {},
|
||||
|
Loading…
Reference in New Issue
Block a user