diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2021-08-26 13:36:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 13:36:06 +0200 |
commit | 440f38940dcb0727a0f6144e991fcb50ed1d5755 (patch) | |
tree | cdbcbf3515a1ac1f360554dec3966b7614dc5209 /ui/effect.js | |
parent | 349ee77924ee63b9dc8a4c0f5a18e4ef873db592 (diff) | |
download | jquery-ui-440f38940dcb0727a0f6144e991fcb50ed1d5755.tar.gz jquery-ui-440f38940dcb0727a0f6144e991fcb50ed1d5755.zip |
Docs: Update removal comments to mention 1.14, not 1.13
We're not removing any deprecated API or legacy browser support in 1.13,
re-target comments to mention 1.14.
It's not guaranteed 1.14 will ever get released but if it will, it sounds like
a good moment to do those removals.
Closes gh-1970
Diffstat (limited to 'ui/effect.js')
-rw-r--r-- | ui/effect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effect.js b/ui/effect.js index 4f92e4fa2..e2a072d96 100644 --- a/ui/effect.js +++ b/ui/effect.js @@ -704,7 +704,7 @@ $.fn.extend( { // as the .show() below destroys the initial state modes.push( normalizedMode ); - // See $.uiBackCompat inside of run() for removal of defaultMode in 1.13 + // See $.uiBackCompat inside of run() for removal of defaultMode in 1.14 if ( defaultMode && ( normalizedMode === "show" || ( normalizedMode === defaultMode && normalizedMode === "hide" ) ) ) { el.show(); |