mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
adding jshintrc file
This commit is contained in:
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) {
|
||||
|
Reference in New Issue
Block a user