Remove unnecessary window parameter to Context

This commit is contained in:
Bryan Housel
2016-11-10 15:19:03 -05:00
parent e606f4713f
commit f800e5afbc
25 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
describe('iD.actionSplit', function () {
beforeEach(function () {
iD.areaKeys = iD.Context(window)
iD.areaKeys = iD.Context()
.presets(iD.dataPresets).presets().areaKeys();
});