Issue #2924365 by yo30, gaurav.kapoor, xjm: Wrap JS comments in Settings Tray to 80 character limit

8.5.x
Nathaniel Catchpole 2017-11-20 12:11:42 +00:00
parent e9b1184d03
commit 3874554783
1 changed files with 5 additions and 4 deletions

View File

@ -195,9 +195,9 @@
});
/**
* Bind a listener to all 'Quick edit' links for blocks. Click "Edit" button
* in toolbar to force Contextual Edit which starts Settings Tray edit
* mode also.
* Bind a listener to all 'Quick edit' links for blocks. Click "Edit"
* button in toolbar to force Contextual Edit which starts Settings Tray
* edit mode also.
*/
data.$el.find(blockConfigureSelector)
.on('click.settingstray', () => {
@ -222,7 +222,8 @@
});
/**
* Toggle the js-settings-tray-edit-mode class on items that we want to disable while in edit mode.
* Toggle the js-settings-tray-edit-mode class on items that we want to
* disable while in edit mode.
*
* @type {Drupal~behavior}
*