mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 20:37:08 +01:00
style: clean up comments in jrs-theme.coffee
This commit is contained in:
8
dist/core/jrs-theme.js
vendored
8
dist/core/jrs-theme.js
vendored
@ -6,7 +6,7 @@ Definition of the JRSTheme class.
|
||||
*/
|
||||
|
||||
(function() {
|
||||
var JRSTheme, PATH, _, parsePath, pathExists;
|
||||
var JRSTheme, PATH, _, errors, parsePath, pathExists;
|
||||
|
||||
_ = require('underscore');
|
||||
|
||||
@ -16,6 +16,8 @@ Definition of the JRSTheme class.
|
||||
|
||||
pathExists = require('path-exists').sync;
|
||||
|
||||
errors = require('./status-codes');
|
||||
|
||||
|
||||
/**
|
||||
The JRSTheme class is a representation of a JSON Resume theme asset.
|
||||
@ -27,7 +29,7 @@ Definition of the JRSTheme class.
|
||||
|
||||
|
||||
/**
|
||||
Open and parse the specified theme.
|
||||
Open and parse the specified JRS theme.
|
||||
@method open
|
||||
*/
|
||||
|
||||
@ -70,7 +72,7 @@ Definition of the JRSTheme class.
|
||||
};
|
||||
} else {
|
||||
throw {
|
||||
fluenterror: HACKMYSTATUS.missingPackageJSON
|
||||
fluenterror: errors.missingPackageJSON
|
||||
};
|
||||
}
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user