Revision 72e2d4bb771c40c7bac7beb1fd71c6c703e0f9f8 authored by Mark Otto on 03 November 2012, 20:20:06 UTC, committed by Mark Otto on 03 November 2012, 20:20:06 UTC
Fixing various spelling typos in the docs.
2 parent s 2f39f86 + 46b5e0c
Raw File
.jshintrc
{
    "validthis": true,
    "laxcomma" : true,
    "laxbreak" : true,
    "browser"  : true,
    "eqnull"   : true,
    "debug"    : true,
    "devel"    : true,
    "boss"     : true,
    "expr"     : true,
    "asi"      : true
}
back to top