Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
097240a0
Commit
097240a0
authored
Feb 25, 2015
by
webchick
Browse files
Issue
#2428041
by nod_: Update eslint config for 0.14.1
parent
a2ef3c3f
Changes
2
Show whitespace changes
Inline
Side-by-side
.eslintrc
View file @
097240a0
...
...
@@ -21,6 +21,7 @@
"comma-style": [2, "last"],
"eqeqeq": [2, "smart"],
"guard-for-in": 2,
"indent": [2, 2, {"indentSwitchCase": true}],
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
"no-implied-eval": 2,
"no-mixed-spaces-and-tabs": 2,
...
...
core/modules/ckeditor/js/ckeditor.admin.js
View file @
097240a0
...
...
@@ -99,7 +99,6 @@
// If dropped in a placeholder button group, the user must name it.
if
(
$group
.
hasClass
(
'
placeholder
'
))
{
if
(
view
.
isProcessing
)
{
return
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment