Skip to content

Commit 3fc2d31

Browse files
committed
I like named js fns for d debug
1 parent fad3638 commit 3fc2d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/mbjlinit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var mbremoveall = function mbremoveall(mb, selectors){
77
selectors.forEach(function(selector){ mbremove(mb, selector) })
88
}
99

10-
var mbbasic_lerp = function (a, b, fraction){
10+
var mbbasic_lerp = function mbbasic_lerp(a, b, fraction){
1111
return a + fraction*(b-a)
1212
}
1313

0 commit comments

Comments
 (0)