Merge pull request #7973 from Snuffleupagus/eslint_spaced-comment

Enable the `spaced-comment` ESLint rule
This commit is contained in:
Tim van der Meij 2017-01-22 21:58:42 +01:00 committed by GitHub
commit 1948a53ebb
14 changed files with 53 additions and 47 deletions

View file

@ -961,7 +961,7 @@ var PageViewport = (function PageViewportClosure() {
case 270:
rotateA = 0; rotateB = -1; rotateC = -1; rotateD = 0;
break;
//case 0:
// case 0:
default:
rotateA = 1; rotateB = 0; rotateC = 0; rotateD = -1;
break;