mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -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
|
||||
});
|
||||
}
|
||||
|
@ -1931,4 +1929,4 @@
|
|||
win.onEditorLoad = null;
|
||||
}
|
||||
|
||||
}( document ) );
|
||||
}( document ) );
|
||||
|
|
|
@ -452,4 +452,4 @@ if ( function () {
|
|||
};
|
||||
}
|
||||
|
||||
}() );
|
||||
}() );
|
||||
|
|
|
@ -520,4 +520,4 @@ implement( Range.prototype, {
|
|||
}
|
||||
});
|
||||
|
||||
}() );
|
||||
}() );
|
||||
|
|
|
@ -128,4 +128,4 @@ doc.createTreeWalker = function ( root, nodeType, filter ) {
|
|||
return new TreeWalker( root, nodeType, filter );
|
||||
};
|
||||
|
||||
}( document ) );
|
||||
}( document ) );
|
||||
|
|
|
@ -154,4 +154,4 @@ HTMLDocument.prototype.normalize = function () {
|
|||
}
|
||||
};
|
||||
|
||||
}() );
|
||||
}() );
|
||||
|
|
|
@ -484,4 +484,4 @@ window.getSelection = function () {
|
|||
return selection;
|
||||
};
|
||||
|
||||
}() );
|
||||
}() );
|
||||
|
|
|
@ -60,4 +60,4 @@ String.prototype.trim = function () {
|
|||
return str.slice( 0, i + 1 );
|
||||
};
|
||||
|
||||
}() );
|
||||
}() );
|
||||
|
|
Loading…
Reference in a new issue