Skip to content

Commit

Permalink
bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano committed Dec 29, 2007
1 parent 1813a71 commit 0a49320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timeplot-bundle.js
Expand Up @@ -990,7 +990,7 @@ getValue:function(t){
if(this._data){
for(var i=0;i<this._data.times.length;i++){
var l=this._data.times[i];
if(l>t){
if(l>=t){
return this._data.values[i];
}
}
Expand Down

0 comments on commit 0a49320

Please sign in to comment.