mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 22:09:21 +00:00
14 lines
181 B
JavaScript
14 lines
181 B
JavaScript
|
/**
|
||
|
* Search form component
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
ComunicWeb.components.searchForm = {
|
||
|
/**
|
||
|
* Initializate a search form element
|
||
|
*
|
||
|
* @param {HTMLElement}
|
||
|
*/
|
||
|
|
||
|
}
|