Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / toolbar / js / models / MenuModel.js
index 072a4f141513098d0adf0bf1d7641a13cbb597d8..e3217fff978251f7b0e1e59c91b0521909d9300f 100644 (file)
@@ -1,33 +1,14 @@
 /**
- * @file
- * A Backbone Model for collapsible menus.
- */
+* DO NOT EDIT THIS FILE.
+* See the following change record for more information,
+* https://www.drupal.org/node/2815083
+* @preserve
+**/
 
 (function (Backbone, Drupal) {
-
-  'use strict';
-
-  /**
-   * Backbone Model for collapsible menus.
-   *
-   * @constructor
-   *
-   * @augments Backbone.Model
-   */
-  Drupal.toolbar.MenuModel = Backbone.Model.extend(/** @lends Drupal.toolbar.MenuModel# */{
-
-    /**
-     * @type {object}
-     *
-     * @prop {object} subtrees
-     */
-    defaults: /** @lends Drupal.toolbar.MenuModel# */{
-
-      /**
-       * @type {object}
-       */
+  Drupal.toolbar.MenuModel = Backbone.Model.extend({
+    defaults: {
       subtrees: {}
     }
   });
-
-}(Backbone, Drupal));
+})(Backbone, Drupal);
\ No newline at end of file