mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +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}
|
|
*/
|
|
|
|
} |