mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
Remove unnecessary window parameter to Context
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
describe('iD.actionSplit', function () {
|
||||
|
||||
beforeEach(function () {
|
||||
iD.areaKeys = iD.Context(window)
|
||||
iD.areaKeys = iD.Context()
|
||||
.presets(iD.dataPresets).presets().areaKeys();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user