burggraf/titanium-icon

Error in line 30

Closed this issue · 1 comments

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

Fixed. I had changed this locally but forgot to push the fix to github. Thanks.