Skip to content

Commit

Permalink
JSDoc fix.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Mar 9, 2015
1 parent e33dfd7 commit cd46c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ function filterEmptyRules(rules) {
}

/**
* Find which selectors are used in {pages}
* @param {Array} pages List of PhantomJS pages
* Find which selectors are used in {page}
* @param {Array} page List of PhantomJS pages
* @param {Object} stylesheet The output of css.parse().stylesheet
* @param {Boolean} isRec Used internally
* @return {promise}
Expand Down

0 comments on commit cd46c50

Please sign in to comment.