diff options
author | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2023-04-13 19:29:44 +1000 |
---|---|---|
committer | Lee Rowlands <lee.rowlands@previousnext.com.au> | 2023-04-13 19:29:44 +1000 |
commit | 21e847cf0f85eea720b35f1664c37947d2ce235d (patch) | |
tree | bed07cf7aaaa810735486b30b5b120a6fe5cb2f4 /core/modules/contextual/js/contextual.js | |
parent | 542a79d660466f2dfde97f7bf98cb4d2d73c474f (diff) | |
download | drupal-21e847cf0f85eea720b35f1664c37947d2ce235d.tar.gz drupal-21e847cf0f85eea720b35f1664c37947d2ce235d.zip |
Issue #3352548 by DanielVeza: Leftover D10 deprecations in the contextual module
Diffstat (limited to 'core/modules/contextual/js/contextual.js')
-rw-r--r-- | core/modules/contextual/js/contextual.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/modules/contextual/js/contextual.js b/core/modules/contextual/js/contextual.js index 90b0d9056a90..7d916d5e3cb1 100644 --- a/core/modules/contextual/js/contextual.js +++ b/core/modules/contextual/js/contextual.js @@ -142,7 +142,7 @@ }, deprecatedProperty: 'model', message: - 'The model property is deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no replacement.', + 'The model property is deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement.', }), ); @@ -258,7 +258,7 @@ * * @type {Array} * - * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no + * @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no * replacement. */ views: [], @@ -269,7 +269,7 @@ * * @type {Array} * - * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no + * @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no * replacement. */ regionViews: [], @@ -280,7 +280,7 @@ * * @type {Backbone.Collection} * - * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is no + * @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is no * replacement. */ Drupal.contextual.collection = new Backbone.Collection([], { |