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

Add missing semicolon.

This commit is contained in:
devlinjd 2015-12-16 12:13:50 -05:00
parent 0c1364593a
commit e0ef774692

View File

@ -221,7 +221,7 @@ Definition of the FRESHResume class.
if( obj.history ) return obj.history.length;
if( obj.sets ) return obj.sets.length;
return obj.length || 0;
}
};
/**
Get the default (empty) sheet.