1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

Better dynamic font handling.

This commit is contained in:
hacksalot
2016-01-22 22:19:28 -05:00
parent ac9e4aa1a0
commit f073c79b8d
4 changed files with 102 additions and 21 deletions

View File

@ -30,7 +30,8 @@ Status codes for HackMyResume.
invokeTemplate: 20,
compileTemplate: 21,
themeLoad: 22,
invalidParamCount: 23
invalidParamCount: 23,
missingParam: 24
};
}());