version v0.0.9

This commit is contained in:
2016-02-13 14:49:19 +01:00
parent ba13bb6a32
commit b5064543e4
13 changed files with 522 additions and 11 deletions

View File

@@ -0,0 +1,13 @@
/**
* @file login_page.js
* @author frtk@tetalab
*/
NPGClient.LoginPage = {
pageIdx: 0,
page: new NPGClient.AppPage('login'),
};