First release of 2.0! :D

This commit is contained in:
Wruczek
2018-12-27 18:59:49 +01:00
parent 7396a76816
commit 628af52b54
293 changed files with 12641 additions and 3 deletions

6
.jshintrc Normal file
View File

@ -0,0 +1,6 @@
{
"strict": true,
"browser": true,
"jquery": true,
"asi": true
}