Commit 399fed41 authored by Jeslin Shaji's avatar Jeslin Shaji Committed by Marcin Grabias
Browse files

Issue #3311881 by Jeslin.Shaji, Graber, manarak, dineshreddymathuku, rtdean93:...

Issue #3311881 by Jeslin.Shaji, Graber, manarak, dineshreddymathuku, rtdean93: Javascript syntax error when using advagg
parent 2c671313
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
  /**
  /**
   * VBO selection handling class.
   * VBO selection handling class.
   */
   */
  class viewsBulkOperationsSelection {
  let viewsBulkOperationsSelection = class {


    constructor(vbo_form) {
    constructor(vbo_form) {
      this.vbo_form = vbo_form;
      this.vbo_form = vbo_form;
@@ -142,7 +142,7 @@
        });
        });
      }
      }
    }
    }
  }
  };


  /**
  /**
   * Callback used in {@link Drupal.behaviors.views_bulk_operations}.
   * Callback used in {@link Drupal.behaviors.views_bulk_operations}.