Commit db34054c by Rashid Khan

Fixed jshinting

parent e58e9176
......@@ -218,8 +218,7 @@ function (_, Interval) {
* 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
*/
ts.ZeroFilled.prototype._getNoZeroFlotPairs = function (result, time, i, times) {
var next, expected_next, prev, expected_prev;
ts.ZeroFilled.prototype._getNoZeroFlotPairs = function (result, time) {
// add the current time
if(this._data[time]){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment