Skip to content

Commit

Permalink
v3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Dec 31, 2016
1 parent 0ce361f commit 3123a22
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions build/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -5565,8 +5565,6 @@ $.widget( "metro.donut" , {
return o.value
}

console.log(o.animate);

if (o.animate > 0) {
var i = 0;
var interval;
Expand Down
2 changes: 1 addition & 1 deletion build/js/metro.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/js/metro.js
Original file line number Diff line number Diff line change
Expand Up @@ -5565,8 +5565,6 @@ $.widget( "metro.donut" , {
return o.value
}

console.log(o.animate);

if (o.animate > 0) {
var i = 0;
var interval;
Expand Down
2 changes: 0 additions & 2 deletions js/widgets/donut.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ $.widget( "metro.donut" , {
return o.value
}

console.log(o.animate);

if (o.animate > 0) {
var i = 0;
var interval;
Expand Down

0 comments on commit 3123a22

Please sign in to comment.