whitespace

This commit is contained in:
Olaf Leidinger 2014-10-21 23:28:30 +02:00
parent a33c20cfde
commit 3e33279a6e

View File

@ -122,9 +122,9 @@ const Pie = {
height: 1,
draw : function(cr, stat, primary, secundary) {
const pi = Math.PI;
const r = 0.5;
const r = 0.5;
if(stat == null) stat = 0;
if(stat == null) stat = 0;
cr.translate(0.5, 0.5);
cr.save();