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

Improve font helpers.

Log a warning on incorrect use.
This commit is contained in:
hacksalot
2016-01-22 08:33:01 -05:00
parent 5a1ec033bb
commit 4fe74057f9
4 changed files with 54 additions and 18 deletions

View File

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