v0.1.5 - user registration & login page done

This commit is contained in:
2016-02-17 01:01:18 +01:00
parent d613a4c0e2
commit 38c6c5c311
9 changed files with 225 additions and 17 deletions

View File

@@ -5,6 +5,15 @@
NPGClient.Utils = {
/**
* UI draw
*/
//
log: function(t) {
console.log('[NPGClient]' + t);
},
/**
* UI draw
*/