Guest User

Untitled

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. nathan@orchid:~/Code/global_dawn/platform-seagull/www/js$ jshint app/**/*.js gd/**/*.js
  2. app/base.js: line 59, col 30, 'app' is not defined.
  3. app/base.js: line 60, col 34, 'app' is not defined.
  4. app/base.js: line 61, col 34, 'app' is not defined.
  5. app/base.js: line 62, col 38, 'app' is not defined.
  6. app/base.js: line 63, col 38, 'app' is not defined.
  7. app/base.js: line 63, col 79, Extra comma.
  8. app/controllers/Home.js: line 96, col 17, 'dojox' is not defined.
  9. app/controllers/Home.js: line 109, col 17, 'dojox' is not defined.
  10. gd/core/Dispatcher.js: line 44, col 13, Too many var statements.
  11. gd/core/utils.js: line 28, col 7, Too many var statements.
  12. gd/core/utils.js: line 33, col 27, Expected '===' and instead saw '=='.
  13. gd/core/utils.js: line 67, col 15, Too many var statements.
  14. gd/core/utils.js: line 91, col 61, Expected '===' and instead saw '=='.
  15. gd/models/Twitter.js: line 10, col 14, 'dojox' is not defined.
  16. gd/store/GdJsonRest.js: line 48, col 25, Expected '!==' and instead saw '!='.
  17. gd/tests/core/Renderer.js: line 65, col 27, 'Router' is not defined.
  18. gd/tests/core/Renderer.js: line 90, col 27, 'Router' is not defined.
  19. gd/tests/core/Renderer.js: line 139, col 27, 'Router' is not defined.
  20. gd/tests/core/Renderer.js: line 161, col 27, 'Router' is not defined.
  21. gd/tests/core/Renderer.js: line 177, col 27, 'Router' is not defined.
  22. gd/tests/core/Renderer.js: line 200, col 27, 'Router' is not defined.
  23. gd/tests/core/Router.js: line 61, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  24. gd/tests/core/Router.js: line 62, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  25. gd/tests/core/Router.js: line 63, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  26. gd/tests/core/Router.js: line 64, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  27. gd/tests/core/Router.js: line 65, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  28. gd/tests/core/Router.js: line 66, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  29. gd/tests/core/Router.js: line 67, col 12, Expected an identifier and instead saw 'in' (a reserved word).
  30. gd/tests/core/Router.js: line 70, col 53, Expected an identifier and instead saw 'in' (a reserved word).
  31. gd/tests/core/utils.js: line 20, col 38, A constructor name should start with an uppercase letter.
  32.  
  33. 30 errors
Add Comment
Please, Sign In to add comment