html2canvas/.jshintrc
Niklas von Hertzen 8b8c080841 0.5.0 rewrite
2014-01-19 18:04:27 +02:00

18 lines
372 B
Plaintext

{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true,
"globals": {
"jQuery": true
},
"predef": ["NodeContainer", "StackingContext", "TextContainer", "CanvasRenderer", "Renderer", "Support"]
}