Skip to content
Snippets Groups Projects

Issue #3510730: add an api file

jstimer.api.php 0 → 100644
+ 16
0
<?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.
}
Loading