Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
auduno committed Aug 6, 2017
1 parent adde91b commit 5331ff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build/clmtrackr.js
Original file line number Diff line number Diff line change
Expand Up @@ -14827,6 +14827,8 @@ var clm = {
first = true;
scoringHistory = [];
previousParameters = [];
currentPositions = [];
previousPositions = [];
for (var i = 0;i < currentParameters.length;i++) {
currentParameters[i] = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion build/clmtrackr.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/clmtrackr.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -14821,6 +14821,8 @@ var clm = {
first = true;
scoringHistory = [];
previousParameters = [];
currentPositions = [];
previousPositions = [];
for (var i = 0;i < currentParameters.length;i++) {
currentParameters[i] = 0;
}
Expand Down

0 comments on commit 5331ff4

Please sign in to comment.