Skip to content

Commit

Permalink
Update picturefill.qsa docs
Browse files Browse the repository at this point in the history
Notes either a nodelist or array can be returned by the function.
  • Loading branch information
Peter Wilson committed Nov 19, 2015
1 parent 6f44d63 commit 1860080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picturefill.js
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
* Can be extended with jQuery/Sizzle for IE7 support
* @param context
* @param sel
* @returns {NodeList}
* @returns {NodeList|Array}
*/
pf.qsa = function(context, sel) {
return ( "querySelector" in context ) ? context.querySelectorAll(sel) : [];
Expand Down

0 comments on commit 1860080

Please sign in to comment.