Site
- Updated functions in class with function create/dispose
This commit is contained in:
24
docker-compose/requirements/nginx/static/javascript/Page.js
Normal file
24
docker-compose/requirements/nginx/static/javascript/Page.js
Normal file
@ -0,0 +1,24 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* Page.js :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/25 00:00:21 by edbernar #+# #+# */
|
||||
/* Updated: 2024/08/25 00:27:21 by edbernar ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
class Page
|
||||
{
|
||||
actualPage = null;
|
||||
|
||||
constructor()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
export { Page }
|
Reference in New Issue
Block a user