Fix global leak

This commit is contained in:
John Firebaugh
2013-03-01 11:48:57 -08:00
parent 5d30e693b4
commit cf4e022cc2

View File

@@ -1,5 +1,5 @@
describe('iD.Connection', function () {
var c;
var c, context;
beforeEach(function () {
context = iD();