Skip to content

Commit

Permalink
Merge 7cf0d71 into 5c9c761
Browse files Browse the repository at this point in the history
  • Loading branch information
l5oo00 committed Aug 25, 2016
2 parents 5c9c761 + 7cf0d71 commit d6cf693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -17,7 +17,7 @@ module.exports = function (options) {
};

if (!Array.isArray(pagelets)) {
pagelets = pagelets ? [pagelets] : [];
pagelets = pagelets ? pagelets.trim().replace(/ +/g, ' ').split(' ') : [];
}
bigpipe.reqID = reqID;
pagelet && pagelets.push(pagelet);
Expand Down

0 comments on commit d6cf693

Please sign in to comment.