mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Remove unnecessary window parameter to Context
This commit is contained in:
@@ -236,7 +236,7 @@ iD supports deployments which use a custom set of presets. You can supply preset
|
||||
the `presets` accessor:
|
||||
|
||||
```js
|
||||
var id = iD.Context(window).presets({
|
||||
var id = iD.Context().presets({
|
||||
presets: { ... },
|
||||
fields: { ... },
|
||||
defaults: { ... },
|
||||
|
||||
Reference in New Issue
Block a user