0
Fork 0
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:
Neil Jenkins 2012-08-07 13:36:05 +10:00
parent 50b7ad1e4e
commit f2090b05d0
8 changed files with 8 additions and 10 deletions

File diff suppressed because one or more lines are too long

View file

@ -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
});
}