Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed May 7, 2015
1 parent f7ee4a7 commit 7ae7a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/level-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
}

onFragmentLoaded(event,data) {
var stats,rtt,loadtime;
var stats,rtt;
stats = data.stats;
rtt = stats.tfirst - stats.trequest;
this.lastfetchduration = (stats.tload - stats.trequest)/1000;
Expand Down

0 comments on commit 7ae7a1c

Please sign in to comment.