Getting etemplate2 sort of working

This commit is contained in:
nathangray
2020-01-21 11:45:21 -07:00
committed by Hadi Nategh
parent 5302ec5fa4
commit 9e33a168fc
17 changed files with 82 additions and 383 deletions

View File

@ -49,3 +49,4 @@ var et2_IPrint = "et2_IPrint";
function implements_et2_IPrint(obj) {
return implements_methods(obj, ["beforePrint", "afterPrint"]);
}
//# sourceMappingURL=et2_core_interfaces.js.map