Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Jan 12, 2013
0 parents commit 84b5218
Show file tree
Hide file tree
Showing 10 changed files with 18,178 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .jshintrc
@@ -0,0 +1,17 @@
{ "eqeqeq": true
, "latedef": true
, "newcap": true
, "noarg": true
, "sub": true
, "undef": true
, "boss": true
, "eqnull": true
, "browser": true
, "laxcomma": true
, "laxbreak": true
, "strict": true
, "unused": true
, "predef": {
"jQuery": false
}
}

0 comments on commit 84b5218

Please sign in to comment.