Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
zmcoding
/
czapp
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5f29df34ed
Branches
Tags
master
czapp
/
pages
/
newpage
/
newpage.js
newpage.js
133 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
(function () {
var page = {
isScroll: true,
init: function ($page) {
}
};
return page;
})();