mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 04:47:07 +01:00
Add missing semicolon.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user