From c790d30de18070cd0782316caf37300211524a4a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 12 Dec 2016 16:19:07 -0500 Subject: Normalize capitalization of `Flot` in comments. --- jarmon/jarmon.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js index 97c8297..5f17e50 100644 --- a/jarmon/jarmon.js +++ b/jarmon/jarmon.js @@ -325,7 +325,7 @@ jarmon.RrdQueryRemote.prototype._callRemote = function(methodName, args) { } // Set up a deferred which will call getData on the local RrdQuery object - // returning a flot compatible data object to the caller. + // returning a Flot compatible data object to the caller. var ret = jQuery.Deferred(); // Add a pair of callbacks to the current download which will callback the @@ -664,7 +664,7 @@ jarmon.Chart.prototype.draw = function() { 'text-align': 'right'}); self.template.find('.chart').append(yaxisUnitLabel); - // Manipulate and move the flot generated legend to an + // Manipulate and move the Flot generated legend to an // alternative position. // The default legend is formatted as an HTML table, so we // grab the contents of the cells and turn them into @@ -1197,7 +1197,7 @@ jarmon.buildTabbedChartUi = function ($chartTemplate, chartRecipes, function(e) { var cc = e.data.cc; // XXX: Hack to give the tab just enough time to become visible - // so that flot can calculate chart dimensions. + // so that Flot can calculate chart dimensions. window.clearTimeout(cc.t); cc.t = window.setTimeout( function() { -- cgit v1.1-4-g5e80