Skip to content

Commit 7b81ac3

Browse files
authored
Fix syntax error in boot.js
1 parent 540ed04 commit 7b81ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/loadanim/boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function animateExpandCircle(x, y, startR, endR, duration,color) {
1515
}
1616
},1/fps)
1717

18-
};
18+
}
1919

2020
Bangle.load=(function(name) {
2121
if (Bangle.uiRemove) {

0 commit comments

Comments
 (0)