1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-05 09:56:22 +00:00

Remove extraneous comma.

Go away, extraneous comma.
This commit is contained in:
devlinjd 2015-12-16 11:25:04 -05:00
parent 8273e7d150
commit 8361cf9960

View File

@ -8,6 +8,6 @@ var WordGenerator = module.exports = TemplateGenerator.extend({
init: function(){
this._super( 'doc', 'xml' );
},
}
});