-
Notifications
You must be signed in to change notification settings - Fork 1
javascript lint
Sébastien LUCAS edited this page Feb 10, 2014
·
3 revisions
Linting mean verifying syntax against best pratice
[L95:C18] W041: Use '===' to compare with '0'.
if (indexCur == 0 || !$scope.filteredBricks[indexCur]) return;
[L265:C20] W033: Missing semicolon.
var params = {}