Skip to content

Commit

Permalink
Roy|Added the Fix for IE as suggested by John
Browse files Browse the repository at this point in the history
  • Loading branch information
sroytw committed Mar 8, 2013
1 parent fcc575e commit 969b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.flot.threshold.multiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Internally, the plugin works by splitting the data into different series, one fo
var set = new Resolve(this._dataset).using(constraint.threshold, constraint.evaluate);
this._plotData.push( {
data : set,
color : constraint.color,
color : constraint.color
});
}
}
Expand Down

0 comments on commit 969b884

Please sign in to comment.