mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:14:59 -05:00
No ticket: fix code style inconsistencies. Closes gh-1361
This commit is contained in:
@@ -3,7 +3,7 @@ define([
|
||||
"../var/support"
|
||||
], function( jQuery, support ) {
|
||||
|
||||
(function () {
|
||||
(function() {
|
||||
var pixelPositionVal, boxSizingReliableVal,
|
||||
// Support: Firefox, Android 2.3 (Prefixed box-sizing versions).
|
||||
divReset = "padding:0;margin:0;border:0;display:block;-webkit-box-sizing:content-box;" +
|
||||
|
||||
Reference in New Issue
Block a user