We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad3638 commit 3fc2d31Copy full SHA for 3fc2d31
src/js/mbjlinit.js
@@ -7,7 +7,7 @@ var mbremoveall = function mbremoveall(mb, selectors){
7
selectors.forEach(function(selector){ mbremove(mb, selector) })
8
}
9
10
-var mbbasic_lerp = function (a, b, fraction){
+var mbbasic_lerp = function mbbasic_lerp(a, b, fraction){
11
return a + fraction*(b-a)
12
13
0 commit comments