Skip to content

Commit

Permalink
fixed missing jsdoc base type for tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed Sep 20, 2017
1 parent 652fb8b commit fc6a45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/factories/createTooltipper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Tooltip from "tooltip.js";
import approximate from "./approximate";

/**
* @typedef Tooltip
* @typedef {Object} Tooltip
* @property {boolean} enable
*/

Expand Down

0 comments on commit fc6a45b

Please sign in to comment.