From 5f2f5f228d6d6bf22a0e3b4665d8e99942c0eba8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 5 Feb 2013 03:58:19 -0500 Subject: [PATCH] minor changes --- lib/server/commander.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/server/commander.js b/lib/server/commander.js index 19000af5..0ec48551 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -23,8 +23,9 @@ NOT_FOUND = 404, OK = 200, - NO_JS = CloudFunc.NoJS, - FS = CloudFunc.Fs, + FS = CloudFunc.FS, + NO_JS = CloudFunc.NO_JS, + INDEX = null, REQUEST = 'request', RESPONSE = 'response',