mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed jshinting
This commit is contained in:
parent
e58e917677
commit
db34054ca0
@ -218,8 +218,7 @@ function (_, Interval) {
|
|||||||
* Not fill zero's on either side of the current time, only the current time
|
* Not fill zero's on either side of the current time, only the current time
|
||||||
* @return {array} An array of points to plot with flot
|
* @return {array} An array of points to plot with flot
|
||||||
*/
|
*/
|
||||||
ts.ZeroFilled.prototype._getNoZeroFlotPairs = function (result, time, i, times) {
|
ts.ZeroFilled.prototype._getNoZeroFlotPairs = function (result, time) {
|
||||||
var next, expected_next, prev, expected_prev;
|
|
||||||
|
|
||||||
// add the current time
|
// add the current time
|
||||||
if(this._data[time]){
|
if(this._data[time]){
|
||||||
@ -228,6 +227,6 @@ function (_, Interval) {
|
|||||||
|
|
||||||
return result;
|
return result;
|
||||||
};
|
};
|
||||||
|
|
||||||
return ts;
|
return ts;
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user