1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Fix missing method rename.

This commit is contained in:
hacksalot 2016-01-05 22:32:46 -05:00
parent 2759727984
commit 9b52c396d3

View File

@ -148,7 +148,7 @@ Definition of the JRSResume class.
JSON Resume v0.0.0 doesn't allow additional properties at the root level,
so tuck this into the .basic sub-object.
*/
JRSResume.prototype.imp = function() {
JRSResume.prototype.i = function() {
this.basics = this.basics || { imp: { } };
return this.basics;
};