Added a comment to server.js

This commit is contained in:
murgatroid99 2015-03-23 10:46:05 -07:00
parent e84f7e6614
commit 38d30d285d
1 changed files with 3 additions and 0 deletions

View File

@ -652,4 +652,7 @@ function makeProtobufServerConstructor(services) {
*/
exports.makeServerConstructor = makeServerConstructor;
/**
* See documentation for makeProtobufServerConstructor
*/
exports.makeProtobufServerConstructor = makeProtobufServerConstructor;