mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
core: make sure all source files end with a single blank line.
This commit is contained in:
parent
cd455eeba7
commit
bd41548792
@ -1,4 +1,3 @@
|
||||
|
||||
var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
|
||||
"(?:[\\w*_-]|\\\\.)" :
|
||||
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
|
||||
@ -449,5 +448,3 @@ jQuery.extend({
|
||||
return r;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user