Commit 7f660fe4 authored by Côme Chilliet's avatar Côme Chilliet Committed by Benoit Mortier
Browse files

Fix sonar warning about unused method parameter in pulldown.js

Showing with 1 addition and 1 deletion
+1 -1
...@@ -114,7 +114,7 @@ MenuContainer.prototype = { ...@@ -114,7 +114,7 @@ MenuContainer.prototype = {
} }
}, },
getBorders: function(element) { getBorders: function() {
var ltrb = ["Left","Top","Right","Bottom"]; var ltrb = ["Left","Top","Right","Bottom"];
var result = {}; var result = {};
var value; var value;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment