Skip to content

Commit 498d73e

Browse files
committed
fix syntax in src/plots/hoverformat_attributes.js
1 parent 8c33d50 commit 498d73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/hoverformat_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var docs = require('../constants/docs')
3+
var docs = require('../constants/docs');
44
var FORMAT_LINK = docs.FORMAT_LINK;
55
var DATE_FORMAT_LINK = docs.DATE_FORMAT_LINK;
66

0 commit comments

Comments
 (0)