1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00

adding jshintrc file

This commit is contained in:
Eric Rowell 2013-11-27 10:13:34 -08:00
parent 0c38e3cf39
commit 1dec988c27
2 changed files with 18 additions and 0 deletions

17
.jshintrc Normal file
View File

@ -0,0 +1,17 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"indent": 4,
"latedef": true,
"quotmark": "single",
"unused": true
}

View File

@ -31,6 +31,7 @@
width = this.getWidth(),
height = this.getHeight();
context.beginPath();
if(!cornerRadius) {