Created
July 1, 2015 06:39
-
-
Save valera-rozuvan/80c97509ee0da1b7c80f to your computer and use it in GitHub Desktop.
[Wed Jul 1 09:39:09 EEST 2015] Warnings while running https://github.com/borys-ihnatyev-mp-impl/02-angular-mentoring-app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I get the following warnings when running 8fa9787a4d8185aa46d22eac0eaf53046777e0f6 commit. | |
| --------------------------------------------------------- | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/components/storage/storage.factory.js | |
| line 23 col 39 Expected '===' and instead saw '=='. | |
| line 53 col 31 Expected '===' and instead saw '=='. | |
| line 41 col 33 'localStorage' is not defined. | |
| line 108 col 9 'localStorage' is not defined. | |
| ⚠ 4 warnings | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/mentees/assign/assignDialog.service.js | |
| line 19 col 33 'document' is not defined. | |
| ⚠ 1 warning | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/mentees/list/menteeList.controller.js | |
| line 63 col 41 'document' is not defined. | |
| line 79 col 35 'document' is not defined. | |
| line 84 col 24 'event' is not defined. | |
| ⚠ 3 warnings | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/mentors/assignedMentees/assignedMenteesDialog.service.js | |
| line 17 col 33 'document' is not defined. | |
| ⚠ 1 warning | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/mentors/list/mentorList.controller.js | |
| line 57 col 33 'document' is not defined. | |
| ⚠ 1 warning | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/components/person/form/personForm.controller.js | |
| line 20 col 7 'console' is not defined. | |
| line 25 col 7 'console' is not defined. | |
| ⚠ 2 warnings | |
| [09:37:32] Finished 'other' after 397 ms | |
| /home/valera/github_projects/02-angular-mentoring-app/src/app/components/person/form/personForm.service.js | |
| line 18 col 33 'document' is not defined. | |
| ⚠ 1 warning |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment