Verified Commit 4735bc2f authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3352548 by DanielVeza: Leftover D10 deprecations in the contextual module

(cherry picked from commit 21e847cf)
parent dbf2a139
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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([], {
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@
     *
     * @type {?Drupal.contextualToolbar.StateModel}
     *
     * @deprecated in drupal:9.4.0 and is removed from drupal:10.0.0. There is
     * @deprecated in drupal:9.4.0 and is removed from drupal:11.0.0. There is
     * no replacement.
     */
    model: null,
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
   *
   * @augments Backbone.Model
   *
   * @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.StateModel = Backbone.Model.extend(
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

(function (Drupal, Backbone) {
  /**
   * @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.contextualToolbar.StateModel = Backbone.Model.extend(
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

(function ($, Drupal, Backbone, _) {
  /**
   * @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.contextualToolbar.AuralView = Backbone.View.extend(
Loading