Chris@0: /** Chris@0: * DO NOT EDIT THIS FILE. Chris@0: * See the following change record for more information, Chris@0: * https://www.drupal.org/node/2815083 Chris@0: * @preserve Chris@0: **/ Chris@0: Chris@0: (function (Backbone, Drupal) { Chris@0: Drupal.toolbar.MenuModel = Backbone.Model.extend({ Chris@0: defaults: { Chris@0: subtrees: {} Chris@0: } Chris@0: }); Chris@0: })(Backbone, Drupal);