Commented stuff.

This commit is contained in:
Mario Basic
2015-06-04 00:48:31 +02:00
parent af4c748763
commit 6ae7bec081
7 changed files with 167 additions and 56 deletions

View File

@@ -1,3 +1,8 @@
/**
* Returns UNIX timestamp
*
* @return integer
*/
export default function(){
return Math.round((new Date()).getTime() / 1000);
}