mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Remove unused method.
This commit is contained in:
parent
e2589b3730
commit
ef2fe95bd8
@ -187,15 +187,6 @@ Definition of the FRESHResume class.
|
|||||||
return flatSkills;
|
return flatSkills;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
|
||||||
Update the sheet's raw data. TODO: remove/refactor
|
|
||||||
*/
|
|
||||||
FreshResume.prototype.updateData = function( str ) {
|
|
||||||
this.clear( false );
|
|
||||||
this.parse( str );
|
|
||||||
return this;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Reset the sheet to an empty state.
|
Reset the sheet to an empty state.
|
||||||
*/
|
*/
|
||||||
|
@ -107,15 +107,6 @@ Definition of the JRSResume class.
|
|||||||
return flatSkills;
|
return flatSkills;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
Update the sheet's raw data. TODO: remove/refactor
|
|
||||||
*/
|
|
||||||
JRSResume.prototype.updateData = function( str ) {
|
|
||||||
this.clear( false );
|
|
||||||
this.parse( str );
|
|
||||||
return this;
|
|
||||||
};
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Reset the sheet to an empty state.
|
Reset the sheet to an empty state.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user