diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2015-10-13 23:37:56 +0100 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2015-10-13 23:37:56 +0100 |
commit | b0e82e58712d4ab71450e8119d44564c96435da1 (patch) | |
tree | 02d3545e8ee6f3425b32f835e2e6d13a7972192a /core/modules/comment/comment-entity-form.js | |
parent | 26d5a5fcd762b98959fefb276b972c9d1d662fa3 (diff) | |
download | drupal-b0e82e58712d4ab71450e8119d44564c96435da1.tar.gz drupal-b0e82e58712d4ab71450e8119d44564c96435da1.zip |
Issue #2548195 by nod_, JohnAlbin, madhavvyas, sriharsha.uppuluri: Only use single quotes in JavaScript and update .eslintrc
Diffstat (limited to 'core/modules/comment/comment-entity-form.js')
-rw-r--r-- | core/modules/comment/comment-entity-form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/comment/comment-entity-form.js b/core/modules/comment/comment-entity-form.js index 3cdf08c6566..3ad1a3d7411 100644 --- a/core/modules/comment/comment-entity-form.js +++ b/core/modules/comment/comment-entity-form.js @@ -5,7 +5,7 @@ (function ($) { - "use strict"; + 'use strict'; /** * |