0
0
mirror of https://github.com/Doodle3D/doodle3d-connect.git synced 2024-11-04 22:53:23 +01:00

Grunt:JSHint added libraries

This commit is contained in:
peteruithoven 2014-04-28 21:38:44 +02:00
parent 0ce6f4fb79
commit e74d34fe57

View File

@ -96,7 +96,9 @@ module.exports = function(grunt) {
console: false,
d3d: true,
ConnectAPI: true,
NetworkAPI: true
NetworkAPI: true,
InfoAPI: true,
ConfigAPI: true
},
browser: true,
curly: true,