visionmedia / express-resource

Resourceful routing for Express
1.41k stars 140 forks source link

index.js: fix missed options in actions #84

Open peteut opened 10 years ago

peteut commented 10 years ago

options is a local variable, so it's properties shall be copied into actions, otherwise options get lost.