mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Clean up comments.
This commit is contained in:
parent
8fc0fa99d3
commit
655ecebaa5
@ -10,7 +10,7 @@ Definition of the HtmlPdfGenerator class.
|
|||||||
, HTML = require( 'html' );
|
, HTML = require( 'html' );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
An HTML-based PDF resume generator for HackMyResume.
|
An HTML-driven PDF resume generator for HackMyResume.
|
||||||
*/
|
*/
|
||||||
var HtmlPdfGenerator = module.exports = TemplateGenerator.extend({
|
var HtmlPdfGenerator = module.exports = TemplateGenerator.extend({
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
Employment gap analysis for HackMyResume.
|
Employment gap analysis for HackMyResume.
|
||||||
@license MIT. See LICENSE.md for details.
|
@license MIT. See LICENSE.md for details.
|
||||||
@module gap-analyzer.js
|
@module gap-inspector.js
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,6 @@ Implementation of the 'create' verb for HackMyResume.
|
|||||||
Create a new empty resume in either FRESH or JRS format.
|
Create a new empty resume in either FRESH or JRS format.
|
||||||
*/
|
*/
|
||||||
module.exports = function create( src, dst, opts, logger ) {
|
module.exports = function create( src, dst, opts, logger ) {
|
||||||
//console.log(src);
|
|
||||||
var _log = logger || console.log;
|
var _log = logger || console.log;
|
||||||
if( !src || !src.length ) throw { fluenterror: 8 };
|
if( !src || !src.length ) throw { fluenterror: 8 };
|
||||||
src.forEach( function( t ) {
|
src.forEach( function( t ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user