chore: add deprecation notice in comments for ajaxify.loadExtraScripts

This commit is contained in:
Julian Lam
2021-01-27 16:10:00 -05:00
parent 5f9f241e37
commit 8b09292e77

View File

@@ -334,6 +334,7 @@ ajaxify = window.ajaxify || {};
});
};
// TODO: Deprecate in v1.18.0
ajaxify.loadExtraScripts = (tpl_url, callback) => {
var data = {
tpl_url: tpl_url,