From cf4e022cc2c84cb060e6c82b6abbf124911e49ee Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 1 Mar 2013 11:48:57 -0800 Subject: [PATCH] Fix global leak --- test/spec/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/connection.js b/test/spec/connection.js index cdc439a46..82cf6abc2 100644 --- a/test/spec/connection.js +++ b/test/spec/connection.js @@ -1,5 +1,5 @@ describe('iD.Connection', function () { - var c; + var c, context; beforeEach(function () { context = iD();