diff options
author | carson <carson@leaddyno.com> | 2020-05-24 22:40:37 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2020-05-24 22:40:37 -0700 |
commit | e419212036c8e27aa6e47b22d51aada9073e2ab9 (patch) | |
tree | 3d5a9b8cf9e2ae8d07950c61a1ef86ac9c4a576c /www/js/class-tools.js | |
parent | 4efd261fde389e1910a32872134b6e3d751b0075 (diff) | |
download | htmx-e419212036c8e27aa6e47b22d51aada9073e2ab9.tar.gz htmx-e419212036c8e27aa6e47b22d51aada9073e2ab9.zip |
lowercase vibe
Diffstat (limited to 'www/js/class-tools.js')
-rw-r--r-- | www/js/class-tools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/class-tools.js b/www/js/class-tools.js index 092a5778..fa1493db 100644 --- a/www/js/class-tools.js +++ b/www/js/class-tools.js @@ -14,7 +14,7 @@ if (classDef.indexOf(":") > 0) { var splitCssClass = classDef.split(':'); cssClass = splitCssClass[0]; - delay = parseInterval(splitCssClass[1]); + delay = htmx.parseInterval(splitCssClass[1]); } else { cssClass = classDef; delay = 100; |