mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove unused variable
This commit is contained in:
parent
40939ab984
commit
0a92f68aac
@ -27,7 +27,6 @@ scope
|
||||
if (scopeSegments.length < segments.length)
|
||||
return false;
|
||||
|
||||
var allSegmentsMatch = true;
|
||||
for (var i = 0; i < segments.length; i++)
|
||||
if (!segments[i](scopeSegments[i]))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user