Skip to content

Commit

Permalink
Merge f96148c into de245a3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Coutelier committed Feb 4, 2015
2 parents de245a3 + f96148c commit 454cb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runnings.js
Expand Up @@ -3,7 +3,7 @@ exports.header = null
exports.footer = null

/**
* header and footer might be of format specified in https://github.com/ariya/phantomjs/wiki/API-Reference-WebPage#wiki-webpage-paperSize
* header and footer might be of format specified in http://phantomjs.org/api/webpage/property/paper-size.html
*
* Example:
* {
Expand All @@ -12,4 +12,4 @@ exports.footer = null
* return "<h1>Header <span style='float:right'>" + pageNum + " / " + numPages + "</span></h1>"
* }
* }
*/
*/

0 comments on commit 454cb7c

Please sign in to comment.