diff --git a/src/bootstrap.js b/src/bootstrap.js index b4f5dc99..b00bea6e 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -3,7 +3,7 @@ // This allows creating a new web page using the construct "new WebPage", // which feels more natural than "phantom.createWebPage()". -window.WebPage = function () { +window.WebPage = function (opts) { var page = phantom.createWebPage(), handlers = {};