PiwigoImagesAndGPX/iFrameGPX/leaflet-fullscreen/.jshintrc

12 lines
159 B
Plaintext
Raw Normal View History

2015-01-27 17:00:59 +00:00
{
"browser": true,
"curly": true,
"eqeqeq": true,
"undef": true,
"quotmark": "single",
"trailing": true,
"globals": {
"L": true,
"jQuery": true
}
}