Skip to content

Commit f6ff029

Browse files
author
crisbeto
committed
re-minify the files
1 parent c9933c0 commit f6ff029

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/roundProgress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ angular.module('angular-svg-round-progress').service('roundProgressService', [fu
7171
if(!size) return ring;
7272

7373
var value = val >= total ? total - 0.00001 : val,
74-
type = (isSemicircle ? 180 : 359.9999),
74+
type = isSemicircle ? 180 : 359.9999,
7575
perc = total === 0 ? 0 : (value / total) * type,
7676
x = size/2,
7777
start = polarToCartesian(x, x, R, perc), // in this case x and y are the same

build/roundProgress.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)