Commit b35f3e8b b35f3e8b84951f0c0a41026500cf88537ebe1c42 by Mickaël Andrieu

For clarity

1 parent d2aafffe
...@@ -1847,7 +1847,7 @@ Sets the `User-Agent string <http://en.wikipedia.org/wiki/User-Agent>`_ to send ...@@ -1847,7 +1847,7 @@ Sets the `User-Agent string <http://en.wikipedia.org/wiki/User-Agent>`_ to send
1847 1847
1848 casper.thenOpen('http://google.com/', function() { 1848 casper.thenOpen('http://google.com/', function() {
1849 this.echo("I'm a Mac."); 1849 this.echo("I'm a Mac.");
1850 casper.userAgent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'); 1850 this.userAgent('Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)');
1851 }); 1851 });
1852 1852
1853 casper.thenOpen('http://google.com/', function() { 1853 casper.thenOpen('http://google.com/', function() {
......