mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Fix missing method rename.
This commit is contained in:
parent
2759727984
commit
9b52c396d3
@ -148,7 +148,7 @@ Definition of the JRSResume class.
|
|||||||
JSON Resume v0.0.0 doesn't allow additional properties at the root level,
|
JSON Resume v0.0.0 doesn't allow additional properties at the root level,
|
||||||
so tuck this into the .basic sub-object.
|
so tuck this into the .basic sub-object.
|
||||||
*/
|
*/
|
||||||
JRSResume.prototype.imp = function() {
|
JRSResume.prototype.i = function() {
|
||||||
this.basics = this.basics || { imp: { } };
|
this.basics = this.basics || { imp: { } };
|
||||||
return this.basics;
|
return this.basics;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user