Skip to content

Commit

Permalink
Removing defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Lokahi Podwys committed Jul 29, 2015
1 parent 642b75d commit 8c6e76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expressStream.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ exports.write = function(path, encoding){
}
}

var streamBefore = ['layout-pre-body'];
var streamAfter = ['layout-post-body'];
var streamBefore = [];
var streamAfter = [];

exports.setStreamBefore = function(before){
streamBefore = before;
Expand Down

0 comments on commit 8c6e76e

Please sign in to comment.