Mercurial > hg > isophonics-drupal-site
comparison core/modules/quickedit/js/views/FieldToolbarView.es6.js @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
45 * @type {jQuery} | 45 * @type {jQuery} |
46 */ | 46 */ |
47 this.$root = this.$el; | 47 this.$root = this.$el; |
48 | 48 |
49 // Generate a DOM-compatible ID for the form container DOM element. | 49 // Generate a DOM-compatible ID for the form container DOM element. |
50 this._id = `quickedit-toolbar-for-${this.model.id.replace(/[\/\[\]]/g, '_')}`; | 50 this._id = `quickedit-toolbar-for-${this.model.id.replace(/[/[\]]/g, '_')}`; |
51 | 51 |
52 this.listenTo(this.model, 'change:state', this.stateChange); | 52 this.listenTo(this.model, 'change:state', this.stateChange); |
53 }, | 53 }, |
54 | 54 |
55 /** | 55 /** |