Comparing version 0.1.5 to 0.1.6
10
host.js
@@ -7,9 +7,5 @@ | ||
// Private properties | ||
var res = kwargs.res; | ||
var req = kwargs.req; | ||
var next = kwargs.next; | ||
// Public properties | ||
self.res = kwargs.res; | ||
self.req = kwargs.req; | ||
self.next = kwargs.next; | ||
self.defaults = kwargs.defaults || {}; | ||
@@ -16,0 +12,0 @@ |
{ "name": "ctl" | ||
, "version": "0.1.5" | ||
, "version": "0.1.6" | ||
, "author": "Leander Lee" | ||
@@ -4,0 +4,0 @@ , "description": "Controller module for NodeJS. Made to be extremely hackable and light!" |
@@ -0,0 +0,0 @@ # NodeCTL # |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8191
123