core: make sure all source files end with a single blank line.

This commit is contained in:
Scott González 2008-04-30 19:35:17 +00:00
parent cd455eeba7
commit bd41548792
3 changed files with 2 additions and 5 deletions

View file

@ -162,4 +162,4 @@ jQuery.each( ['Left', 'Top'], function(i, name) {
document.body[ 'scroll' + name ] :
this[0][ 'scroll' + name ];
};
});
});