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

Clear profiles on sheet reset.

This commit is contained in:
devlinjd 2015-11-05 00:57:23 -05:00
parent 9bd41d5825
commit 537bd4a7b9

View File

@ -119,6 +119,7 @@ Abstract character/resume sheet representation.
delete this.publications;
delete this.interests;
delete this.skills;
delete this.basics.profiles;
};
/**