mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-25 18:13:48 +01:00
Grunt:JSHint added libraries
This commit is contained in:
parent
0ce6f4fb79
commit
e74d34fe57
@ -96,7 +96,9 @@ module.exports = function(grunt) {
|
|||||||
console: false,
|
console: false,
|
||||||
d3d: true,
|
d3d: true,
|
||||||
ConnectAPI: true,
|
ConnectAPI: true,
|
||||||
NetworkAPI: true
|
NetworkAPI: true,
|
||||||
|
InfoAPI: true,
|
||||||
|
ConfigAPI: true
|
||||||
},
|
},
|
||||||
browser: true,
|
browser: true,
|
||||||
curly: true,
|
curly: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user