diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-03-23 15:02:26 +0100 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-03-30 11:21:36 +0200 |
commit | 693f1b537b0a19cda8b7e8f5379bffa5351b8a6e (patch) | |
tree | cdac6abb995619db85db82eabe014f2ec52bc837 /src/offset.js | |
parent | 622db29d9c1aed1e51586db72861a1aab4d7606f (diff) | |
download | jquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.tar.gz jquery-693f1b537b0a19cda8b7e8f5379bffa5351b8a6e.zip |
Docs: Update support comments related to IE
All support comments were checked for Edge applicability.
Diffstat (limited to 'src/offset.js')
-rw-r--r-- | src/offset.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/offset.js b/src/offset.js index c378e4d37..0ff739df8 100644 --- a/src/offset.js +++ b/src/offset.js @@ -91,7 +91,7 @@ jQuery.fn.extend( { return; } - // Support: IE<=11+ + // Support: IE <=11 only // Running getBoundingClientRect on a // disconnected node in IE throws an error if ( !elem.getClientRects().length ) { |