Commit 80f55a14 80f55a140c90d9efc5dfaf56abeb00d49fd90f58 by Nicolas Perriault

jshint: ignore phantomjs js files

1 parent cee5b11f
...@@ -7,3 +7,4 @@ tests/clitests/** ...@@ -7,3 +7,4 @@ tests/clitests/**
7 tests/testdir/** 7 tests/testdir/**
8 tmp 8 tmp
9 ./*.js 9 ./*.js
10 ./phantomjs*/*
......