mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Remove extra comma. props jorbin. see #19845.
Built from https://develop.svn.wordpress.org/trunk@27352 git-svn-id: http://core.svn.wordpress.org/trunk@27203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2e288a108c
commit
f01dc328c5
@ -2828,7 +2828,7 @@
|
||||
events: {
|
||||
'drop': 'drop',
|
||||
'dragover': 'dropzoneDragover',
|
||||
'dragleave': 'dropzoneDragleave',
|
||||
'dragleave': 'dropzoneDragleave'
|
||||
},
|
||||
|
||||
initialize: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user