Skip to content

Commit

Permalink
core: make sure all source files end with a single blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Apr 30, 2008
1 parent cd455ee commit bd41548
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dimensions.js
Expand Up @@ -25,4 +25,4 @@ jQuery.each([ "Height", "Width" ], function(i, name){
function num(elem, prop) {
elem = elem.jquery ? elem[0] : elem;
return elem && parseInt( jQuery.curCSS(elem, prop, true), 10 ) || 0;
}
}
2 changes: 1 addition & 1 deletion src/offset.js
Expand Up @@ -162,4 +162,4 @@ jQuery.each( ['Left', 'Top'], function(i, name) {
document.body[ 'scroll' + name ] :
this[0][ 'scroll' + name ];
};
});
});
3 changes: 0 additions & 3 deletions src/selector.js
@@ -1,4 +1,3 @@

var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
"(?:[\\w*_-]|\\\\.)" :
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
Expand Down Expand Up @@ -449,5 +448,3 @@ jQuery.extend({
return r;
}
});


0 comments on commit bd41548

Please sign in to comment.