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:
parent
0c38e3cf39
commit
1dec988c27
17
.jshintrc
Normal file
17
.jshintrc
Normal 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
|
||||
}
|
@ -31,6 +31,7 @@
|
||||
width = this.getWidth(),
|
||||
height = this.getHeight();
|
||||
|
||||
|
||||
context.beginPath();
|
||||
|
||||
if(!cornerRadius) {
|
||||
|
Loading…
Reference in New Issue
Block a user