From b30f338ab38c11ff1ae51cb21d29d9f3c22d83e4 Mon Sep 17 00:00:00 2001 From: Aaron Ferris <aaron@zoocha.com> Date: Mon, 3 Mar 2025 17:47:24 +0000 Subject: [PATCH] Issue #3510730: add an api file --- jstimer.api.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 jstimer.api.php diff --git a/jstimer.api.php b/jstimer.api.php new file mode 100644 index 0000000..b8221be --- /dev/null +++ b/jstimer.api.php @@ -0,0 +1,16 @@ +<?php + +/** + * @file + * Hooks provided by the Jstimer module. + */ + +/** + * Builds the JS for a widget. + * + * @see jst_clock_jstwidget(). + * @see jst_timer_jstwidget(). + */ +function hook_jstwidget() { + // No example. +} -- GitLab