mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(edit) jshintrc prefix
This commit is contained in:
parent
4489840e39
commit
6a35824cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI
|
|||
}
|
||||
|
||||
function setJsHintConfig(callback) {
|
||||
var JSHINT_PATH = '/.jshintrc',
|
||||
var JSHINT_PATH = CloudCmd.PREFIX + '/.jshintrc',
|
||||
func = function() {
|
||||
var worker = Session.$worker;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue