refactor(stream) stream -> pipe

This commit is contained in:
coderaiser 2013-09-16 13:57:58 +00:00
parent 9ba0fb377e
commit 02b06c4395
3 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@
fs = main.fs,
path = main.path,
Util = main.util,
stream = main.stream,
pipe = main.pipe,
CloudFunc = main.cloudfunc,
dir = main.dir,
OK = 200,
@ -145,7 +145,7 @@
});
else
stream.createPipe({
pipe.create({
read : p.request,
to : p.name,
callback : function(pError) {