minor changes

This commit is contained in:
coderaiser 2013-02-05 03:58:19 -05:00
parent 16f6bd71a8
commit 5f2f5f228d

View file

@ -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',