Skip to content

Commit

Permalink
backwards compat hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Feb 3, 2016
1 parent 7f50443 commit c998cea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ class Server{
},
//kept for backwards compatibility
configTemplate :{
value:new Config,
value:function configTemplate(config){
return new Config(config);
},
writable:false,
//not visible because this is just for backwards compatibility
enumerable:false
Expand Down

0 comments on commit c998cea

Please sign in to comment.