core: make sure all source files end with a single blank line.
This commit is contained in:
parent
cd455eeba7
commit
bd41548792
3 changed files with 2 additions and 5 deletions
|
@ -25,4 +25,4 @@ jQuery.each([ "Height", "Width" ], function(i, name){
|
||||||
function num(elem, prop) {
|
function num(elem, prop) {
|
||||||
elem = elem.jquery ? elem[0] : elem;
|
elem = elem.jquery ? elem[0] : elem;
|
||||||
return elem && parseInt( jQuery.curCSS(elem, prop, true), 10 ) || 0;
|
return elem && parseInt( jQuery.curCSS(elem, prop, true), 10 ) || 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -162,4 +162,4 @@ jQuery.each( ['Left', 'Top'], function(i, name) {
|
||||||
document.body[ 'scroll' + name ] :
|
document.body[ 'scroll' + name ] :
|
||||||
this[0][ 'scroll' + name ];
|
this[0][ 'scroll' + name ];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
|
var chars = jQuery.browser.safari && parseInt(jQuery.browser.version) < 417 ?
|
||||||
"(?:[\\w*_-]|\\\\.)" :
|
"(?:[\\w*_-]|\\\\.)" :
|
||||||
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
|
"(?:[\\w\u0128-\uFFFF*_-]|\\\\.)",
|
||||||
|
@ -449,5 +448,3 @@ jQuery.extend({
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue