No ticket: fix code style inconsistencies. Closes gh-1361

This commit is contained in:
Oleg
2013-09-11 05:08:01 +04:00
parent e12746d756
commit cb37994d76
15 changed files with 32 additions and 31 deletions

View File

@@ -158,7 +158,7 @@ jQuery.fn.extend({
});
// Create scrollLeft and scrollTop methods
jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( method, prop ) {
jQuery.each( { scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function( method, prop ) {
var top = "pageYOffset" === prop;
jQuery.fn[ method ] = function( val ) {