Updated docs

This commit is contained in:
Torkel Ödegaard
2015-03-09 21:58:01 +01:00
parent d7ce7271fe
commit 81bae9a844
7 changed files with 29 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ page.open(params.url, function (status) {
return $('canvas').length > 0;
});
if (canvas || tries === 10) {
if (canvas || tries === 100) {
page.render(params.png);
phantom.exit();
}