CanisLupusXenonis
Results
2
comments of
CanisLupusXenonis
Well, if no engine options are given, it uses app.get('view engine options') or {} as a fallback. But I've added a parameter to app.engine which lets you pass options for...
Basically, this PR changes the following: - Store engines in objects instead of just storing the function. Might be handy in case any other data ever needs to be stored...