Add Public keyword to all exported classes

This commit is contained in:
Kevin Sawicki
2013-09-19 13:48:24 -07:00
parent 7c7dc1d585
commit ed1dcceb31
5 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
BufferedProcess = require './buffered-process'
path = require 'path'
# Private: Like BufferedProcess, but accepts a node script instead of an
# Public: Like BufferedProcess, but accepts a node script instead of an
# executable, on Unix which allows running scripts and executables, this seems
# unnecessary, but on Windows we have to separate scripts from executables since
# it doesn't support shebang strings.