mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Add missing semicolon.
This commit is contained in:
parent
0c1364593a
commit
e0ef774692
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user