mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 08:20:11 +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.history ) return obj.history.length;
|
||||||
if( obj.sets ) return obj.sets.length;
|
if( obj.sets ) return obj.sets.length;
|
||||||
return obj.length || 0;
|
return obj.length || 0;
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Get the default (empty) sheet.
|
Get the default (empty) sheet.
|
||||||
|
Loading…
Reference in New Issue
Block a user