Unused variables

This commit is contained in:
Tim Schaub
2016-01-03 11:03:18 -07:00
parent 179b241aec
commit aac1d921c7
3 changed files with 3 additions and 9 deletions

View File

@@ -341,7 +341,7 @@ describe('ol.interaction.Modify', function() {
map.addInteraction(modify);
var feature = features[0];
var listeners, listener;
var listeners;
listeners = getListeners(feature, modify);
expect(listeners).to.have.length(1);