0
Fork 0
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:
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
});
}
@ -1931,4 +1929,4 @@
win.onEditorLoad = null;
}
}( document ) );
}( document ) );

View file

@ -452,4 +452,4 @@ if ( function () {
};
}
}() );
}() );

View file

@ -520,4 +520,4 @@ implement( Range.prototype, {
}
});
}() );
}() );

View file

@ -128,4 +128,4 @@ doc.createTreeWalker = function ( root, nodeType, filter ) {
return new TreeWalker( root, nodeType, filter );
};
}( document ) );
}( document ) );

View file

@ -154,4 +154,4 @@ HTMLDocument.prototype.normalize = function () {
}
};
}() );
}() );

View file

@ -484,4 +484,4 @@ window.getSelection = function () {
return selection;
};
}() );
}() );

View file

@ -60,4 +60,4 @@ String.prototype.trim = function () {
return str.slice( 0, i + 1 );
};
}() );
}() );