diff options
| author | Mark Otto <[email protected]> | 2012-01-24 10:48:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 10:48:44 -0800 |
| commit | 91780529d5f355054d17420f56a6b11e2d40b2a9 (patch) | |
| tree | b05f65a6dfb1a40766f0a462e23f25bb02d0bfb0 /js | |
| parent | 72861dfbf2759d6ea51ee557def37f85fb5f647d (diff) | |
| parent | ec68b84123f7938c7216c63525f37d38572c5a9e (diff) | |
| download | bootstrap-91780529d5f355054d17420f56a6b11e2d40b2a9.tar.xz bootstrap-91780529d5f355054d17420f56a6b11e2d40b2a9.zip | |
Merge pull request #1134 from trevyn/2.0-wip
overzealous 2011/2012 search/replace
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/vendor/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/vendor/jquery.js b/js/tests/vendor/jquery.js index 4c7013a87..00c4e23a2 100644 --- a/js/tests/vendor/jquery.js +++ b/js/tests/vendor/jquery.js @@ -1461,7 +1461,7 @@ jQuery.support = (function() { // Check if div with explicit width and no margin-right incorrectly // gets computed margin-right based on width of container. For more // info see bug #3333 - // Fails in WebKit before Feb 2012 nightlies + // Fails in WebKit before Feb 2011 nightlies // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right if ( window.getComputedStyle ) { marginDiv = document.createElement( "div" ); |
