diff options
author | carson <carson@leaddyno.com> | 2021-01-01 16:57:33 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2021-01-01 16:57:33 -0700 |
commit | 9dc01e65fb089d3a1ebb37a7a589fb128bae4cec (patch) | |
tree | 3f346fa9bbba431073d7965b6ce44494d042f18f | |
parent | 522b69c3b7ef296489e64b635d2d1d707d93756e (diff) | |
download | htmx-9dc01e65fb089d3a1ebb37a7a589fb128bae4cec.tar.gz htmx-9dc01e65fb089d3a1ebb37a7a589fb128bae4cec.zip |
fix path deps extension
-rw-r--r-- | src/ext/path-deps.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ext/path-deps.js b/src/ext/path-deps.js index 36d83d5a..942ad1e7 100644 --- a/src/ext/path-deps.js +++ b/src/ext/path-deps.js @@ -49,8 +49,7 @@ */ _root.PathDeps = { - - PathDeps.refresh: function(path) { + refresh: function(path) { refreshPath(path); } }; |