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
@@ -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: { ... },