Skip to content

Commit 8ce4f62

Browse files
authored
Merge pull request #39 from MrAlexLau/master
Add closing paren to example page
2 parents 79bcc42 + 2151cf7 commit 8ce4f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>Sample code</h2>
4545
text: "Annotated chart!"
4646
},
4747
events: {
48-
click: function(e) { console.log("Annotation clicked:", this };
48+
click: function(e) { console.log("Annotation clicked:", this); }
4949
}
5050
}]
5151
})

0 commit comments

Comments
 (0)