Initial commit

This commit is contained in:
2015-03-30 23:45:30 -04:00
commit ec16a1086b
63 changed files with 6856 additions and 0 deletions

15
includes/js/.jshintrc Normal file
View File

@ -0,0 +1,15 @@
{
"asi" : true,
"browser" : true,
"eqeqeq" : false,
"eqnull" : true,
"es3" : true,
"expr" : true,
"jquery" : true,
"latedef" : true,
"laxbreak" : true,
"nonbsp" : true,
"strict" : true,
"undef" : true,
"unused" : true
}