Skip to content
This repository has been archived by the owner on Sep 3, 2018. It is now read-only.

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aureooms committed Jun 8, 2014
1 parent d94a004 commit 45992cf
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion js/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/**
* Recquire template.
*
* @param name name of global namespace
* @param index name of index files
* @param intro name of intro files
* @param outro name of outro files
* @param rec whether dirs should have their own namespace
* @param flat whether files should have their own namespace
* @param debug flag whether or not debug messages should be printed
*
*
*/



var recquire_t = function(name, index, intro, outro, rec, flat, debug) {

var fs = require('fs');
Expand Down Expand Up @@ -90,4 +106,4 @@ var recquire_t = function(name, index, intro, outro, rec, flat, debug) {

};

module.exports = recquire_t;
module.exports = recquire_t;

0 comments on commit 45992cf

Please sign in to comment.