mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-10 07:47:07 +01:00
Add basic multiplexing support.
This commit is contained in:
@ -11,7 +11,7 @@ LaTeXGenerator generates a LaTeX resume via TemplateGenerator.
|
||||
var LaTeXGenerator = module.exports = TemplateGenerator.extend({
|
||||
|
||||
init: function(){
|
||||
this._super( 'tex', 'tex' );
|
||||
this._super( 'latex', 'tex' );
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user