Skip to content
Snippets Groups Projects
Commit 12ef9fa2 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

lint fixes.

parent 6bafb8ef
No related branches found
No related tags found
No related merge requests found
'use strict';
/*global cx, CardRenderer, QueryVisualizationTable, QueryVisualizationChart*/
/*global cx, CardRenderer, PopoverWithTrigger, QueryVisualizationTable, QueryVisualizationChart*/
var ReactCSSTransitionGroup = React.addons.CSSTransitionGroup;
......
......@@ -72,7 +72,7 @@ var QueryVisualizationChart = React.createClass({
name: this.props.card.name,
display: this.props.card.display,
visualization_settings: vizSettings
}
};
if (this.props.card.display === "pin_map") {
// call signature is (elementId, card, updateMapCenter (callback), updateMapZoom (callback))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment