Skip to content

Commit 3fe4d0d

Browse files
committed
[minor] Expose .Pagelet
1 parent c7f24ba commit 3fe4d0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ BigPipe.prototype.destroy = destroy('options, templates, pagelets, freelist, ren
393393
});
394394

395395
//
396-
// Expose the BigPipe client library.
396+
// Expose the BigPipe client library and Pagelet constructor for easy extending.
397397
//
398+
BigPipe.Pagelet = Pagelet;
398399
module.exports = BigPipe;

0 commit comments

Comments
 (0)