Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
irui authored Oct 30, 2017
1 parent 0cc1853 commit 9483e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2017/10/30/ppt/impress.js/count/count.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function render(){

//绘制小时
renderDigit(parseInt(h/10), window_left, window_top);
renderDigit(parseInt(h%10), window_left + 15*(r+1), window_top, );
renderDigit(parseInt(h%10), window_left + 15*(r+1), window_top);
renderDigit(10, window_left + 30*(r+1), window_top);
//绘制分钟
renderDigit(parseInt(m/10), window_left + 39*(r+1), window_top);
Expand Down

0 comments on commit 9483e13

Please sign in to comment.