Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Sep 19, 2012
1 parent c0da80d commit 7ef4b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ OutgoingMessage.prototype._renderHeaders = function() {
};


Object.defineProperty(OutgoingMessage.prototype, "headersSent", {
Object.defineProperty(OutgoingMessage.prototype, 'headersSent', {
configurable: true,
enumerable: true,
get: function () { return !!this._header; }
Expand Down

0 comments on commit 7ef4b12

Please sign in to comment.