diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-12 16:19:07 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-12 16:19:07 -0500 |
commit | c790d30de18070cd0782316caf37300211524a4a (patch) | |
tree | 8481505c8191a307483caefaac0e395d294aa821 | |
parent | 930ee8b4a3fe69486d1b2af4ea1734d7647b4545 (diff) |
Normalize capitalization of `Flot` in comments.
-rw-r--r-- | jarmon/jarmon.js | 6 |
1 files 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() { |