mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 15:23:29 -05:00
Tidy. Ensure trailing new line in all source files
This commit is contained in:
parent
50b7ad1e4e
commit
f2090b05d0
8 changed files with 8 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
@ -1219,7 +1219,6 @@
|
|||
if ( /^image\/.*/.test( items[l].type ) ) {
|
||||
event.preventDefault();
|
||||
fireEvent( 'dragover', {
|
||||
type: 'dragover',
|
||||
dataTransfer: clipboardData,
|
||||
/*jshint loopfunc: true */
|
||||
preventDefault: function () {
|
||||
|
@ -1229,7 +1228,6 @@
|
|||
});
|
||||
if ( fireDrop ) {
|
||||
fireEvent( 'drop', {
|
||||
type: 'drop',
|
||||
dataTransfer: clipboardData
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue