Skip to:
Content

bbPress.org

Ticket #2578: 2578.diff

File 2578.diff, 397 bytes (added by netweb, 11 years ago)
  • .jshintrc

     
    1010        "onevar": true,
    1111        "quotmark": "single",
    1212        "trailing": true,
    13         "undef": true,
     13        "undef": false,
    1414        "unused": true,
    1515
    1616        "browser": true,
     
    2121                "jQuery": false,
    2222                "wp": false
    2323        }
    24 }
    25  No newline at end of file
     24}