Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / toolbar / js / models / MenuModel.js
1 /**
2 * DO NOT EDIT THIS FILE.
3 * See the following change record for more information,
4 * https://www.drupal.org/node/2815083
5 * @preserve
6 **/
7
8 (function (Backbone, Drupal) {
9   Drupal.toolbar.MenuModel = Backbone.Model.extend({
10     defaults: {
11       subtrees: {}
12     }
13   });
14 })(Backbone, Drupal);