Commit 0f674ce0 0f674ce0ee5eb5ba1628034905f293409cf512ca by Nicolas Perriault

jshint

1 parent deb290f0
1 Subproject commit 18b8cbb5335073eaf0d1cd9a7c1f1634e394aa4b 1 Subproject commit 15382045d8e080bcddc8a4101774b57dfed075a1
......
1 /*global casper*/ 1 /*global casper __utils__*/
2 /*jshint strict:false*/ 2 /*jshint strict:false*/
3 casper.test.begin('fill() tests', 15, function(test) { 3 casper.test.begin('fill() tests', 15, function(test) {
4 casper.start('tests/site/form.html', function() { 4 casper.start('tests/site/form.html', function() {
......