Skip to content

Commit

Permalink
[fix] better variable naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Jan 7, 2015
1 parent 2cb1ca5 commit 73431b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,8 @@ BigPipe.readable('bootstrap', function bootstrap(parent, req, res) {
//
parent._bootstrap = new this._bootstrap({
dependencies: this._compiler.page(parent),
children: parent._children.length,
params: parent._params,
queue: parent.length,
parent: parent.name,
mode: parent.mode,
pipe: this,
Expand Down

0 comments on commit 73431b5

Please sign in to comment.