remove unused key variable
This commit is contained in:
parent
e4e4ae5b1d
commit
0108562e88
@ -27,7 +27,6 @@ var addDisplayName = function (id, call) {
|
|||||||
var safe = true;
|
var safe = true;
|
||||||
|
|
||||||
_.each(props, function (prop) {
|
_.each(props, function (prop) {
|
||||||
var key = prop.key;
|
|
||||||
if (t.isIdentifier(prop.key, { name: "displayName" })) {
|
if (t.isIdentifier(prop.key, { name: "displayName" })) {
|
||||||
return safe = false;
|
return safe = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user