Style nit in test/unit/callbacks.js. Closes gh-992
[jquery.git] / .jshintrc
blob5ff1e697da661013aa64ccfa7375dcb77126b756
2   "options": {
3     "curly": true,
4     "eqeqeq": true,
5     "eqnull": true,
6     "expr": true,
7     "latedef": true,
8     "noarg": true,
9     "node": true,
10     "quotmark": "double",
11     "smarttabs": true,
12     "trailing": true,
13     "undef": true,
14     "unused": true
15   }