mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Update JSDoc.
This commit is contained in:
parent
3280b5700c
commit
81273d2e6c
2 changed files with 12 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit f8b459c7fb52f7f98e3803351990b832d11721dd
|
Subproject commit 5f625317408fa6aea342af59cb4df4ea47f07c66
|
|
@ -16,5 +16,15 @@
|
||||||
"folder_exclude_patterns": ["*"],
|
"folder_exclude_patterns": ["*"],
|
||||||
"file_exclude_patterns": [ "*.jar" ]
|
"file_exclude_patterns": [ "*.jar" ]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"SublimeLinter":
|
||||||
|
{
|
||||||
|
"linters": {
|
||||||
|
"jshint": {
|
||||||
|
"@disable": true,
|
||||||
|
"args": [],
|
||||||
|
"excludes": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue