Error in line 30
Closed this issue · 1 comments
cgonzalezbermudez commented
original line: "var obj = JSON.parse(Titanium.Filesystem.getFile('icomoon.json').read().text);"
change: "var obj = JSON.parse(Titanium.Filesystem.getFile(fontname + ".json").read().text);"
lib works great with Alloy :D
burggraf commented
Fixed. I had changed this locally but forgot to push the fix to github. Thanks.