Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
4e50bcaa
Commit
4e50bcaa
authored
Jan 16, 2017
by
Côme Chilliet
Browse files
Fix sonar warning about unused method parameter in pulldown.js
parent
413444d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/include/pulldown.js
View file @
4e50bcaa
...
...
@@ -115,7 +115,7 @@ MenuContainer.prototype = {
}
},
getBorders
:
function
(
element
)
{
getBorders
:
function
()
{
var
ltrb
=
[
"
Left
"
,
"
Top
"
,
"
Right
"
,
"
Bottom
"
];
var
result
=
{};
var
value
;
...
...
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