diff options
author | Nathaniel Catchpole | 2017-11-20 12:11:42 (GMT) |
---|---|---|
committer | Nathaniel Catchpole | 2017-11-20 12:11:42 (GMT) |
commit | 38745547831cb42164a1fa8c6d3c6afaab49b595 (patch) | |
tree | b116fe70aa64f3bf5a9a69402cb009dc8c9454d2 | |
parent | e9b1184d030a01e22ab70d5044a64ccbd5ba406e (diff) |
Issue #2924365 by yo30, gaurav.kapoor, xjm: Wrap JS comments in Settings Tray to 80 character limit
-rw-r--r-- | core/modules/settings_tray/js/settings_tray.es6.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/core/modules/settings_tray/js/settings_tray.es6.js b/core/modules/settings_tray/js/settings_tray.es6.js index 67a6af0..a680115 100644 --- a/core/modules/settings_tray/js/settings_tray.es6.js +++ b/core/modules/settings_tray/js/settings_tray.es6.js @@ -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} * |