From 9f8e3c6c1af89bc4c2b91e623e44ba7fd4b738f2 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 27 Dec 2015 01:26:43 -0500 Subject: [PATCH] eslint warning --- js/id/behavior/breathe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/behavior/breathe.js b/js/id/behavior/breathe.js index 379c49adf..4ad77cdc2 100644 --- a/js/id/behavior/breathe.js +++ b/js/id/behavior/breathe.js @@ -92,7 +92,7 @@ iD.behavior.Breathe = function() { }, 200); }; - breathe.off = function(surface) { + breathe.off = function() { done = true; d3.timer.flush(); selected