Skip to content

Commit 4466fdc

Browse files
Scotsoobenmccann
authored andcommitted
Fixing README to make it directly usable (#262)
Add missing commas to readme
1 parent c7d67db commit 4466fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ plugins: {
4747
},
4848

4949
// Function called while the user is panning
50-
onPan: function({chart}) { console.log(`I'm panning!!!`); }
50+
onPan: function({chart}) { console.log(`I'm panning!!!`); },
5151
// Function called once panning is completed
5252
onPanComplete: function({chart}) { console.log(`I was panned!!!`); }
5353
},
@@ -87,7 +87,7 @@ plugins: {
8787
speed: 0.1,
8888

8989
// Function called while the user is zooming
90-
onZoom: function({chart}) { console.log(`I'm zooming!!!`); }
90+
onZoom: function({chart}) { console.log(`I'm zooming!!!`); },
9191
// Function called once zooming is completed
9292
onZoomComplete: function({chart}) { console.log(`I was zoomed!!!`); }
9393
}

0 commit comments

Comments
 (0)