Problem/Motivation
Current scripts have simple comments inside.
Custom events should be described globally.
Proposed resolution
Add core style javascript documentation:
https://www.drupal.org/docs/develop/standards/javascript-coding-standard...
Issue fork navigation-3401807
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
meeni_dhobale commentedI raised the MR by adding some comments and tags where needed. I also followed the javascript coding standards as well.
while checking for the linting errors I found one.
the same error shown by the delayedClose() as well, So I moved it upwards before the close() and open() functions, but inside he delayedClose() the close() is called. So here circular deadlock occurs.
Is there any solution to solve this.
Comment #5
finnsky commentedI think we can avoid that formatting change here.
Looks good to me. Thank you
Comment #7
ckrinaThanks both!!