From 9fe06f707031daef1d03fd47ea6967e03d82a254 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Mon, 8 Aug 2022 17:02:40 -0500 Subject: [PATCH] ...forgot to remove k dependency --- tween_nokaboom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tween_nokaboom.js b/tween_nokaboom.js index f55a642..bb945ac 100644 --- a/tween_nokaboom.js +++ b/tween_nokaboom.js @@ -12,7 +12,7 @@ * @param {Object} config - The properties that defined how to style this animation. * @param {number} [loops] - How many times the tween has looped. */ - export function KBTween(k) { + export function KBTween() { const tweentypes = { NORMAL: 0, FOREVER: 2,