Skip to content

Commit b9b3c20

Browse files
committed
Format map.fire call to match breaking change
ref #766
1 parent 85f39bf commit b9b3c20

11 files changed

+10420
-17
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Install dependencies, build the source files and crank up a server via:
8484
```
8585
git clone [email protected]:mapbox/mapbox-gl-draw.git
8686
npm install
87-
npm start & open http://localhost:9966/debug/?access_token=<token>
87+
npm start & open http://localhost:9967/debug/?access_token=<token>
8888
```
8989

9090
### Testing

debug/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
};
6767
return args;
6868
}, args);
69-
7069
var map = new mapboxgl.Map({
7170
container: 'map',
7271
zoom: args.zoom || 1,

0 commit comments

Comments
 (0)