aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2016-03-23 15:02:26 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2016-03-30 11:21:36 +0200
commit693f1b537b0a19cda8b7e8f5379bffa5351b8a6e (patch)
treecdac6abb995619db85db82eabe014f2ec52bc837 /src/offset.js
parent622db29d9c1aed1e51586db72861a1aab4d7606f (diff)
downloadjquery-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.js2
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 ) {