summaryrefslogtreecommitdiffstatshomepage
path: root/dist/ext/class-tools.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ext/class-tools.js')
-rw-r--r--dist/ext/class-tools.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ext/class-tools.js b/dist/ext/class-tools.js
index 092a5778..fa1493db 100644
--- a/dist/ext/class-tools.js
+++ b/dist/ext/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;