diff options
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 ) { |