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();