Open GoogleCodeExporter opened 9 years ago
This is only when you try to use this library on local drive.
Original comment by jcubic...@gmail.com
on 25 Jul 2010 at 10:33
Change line 40 of gettext.js:
from:
console.log.apply(console, arguments);
to:
console.log.apply(this,arguments);
This resolves the issue.
Original comment by padraics...@gmail.com
on 27 Aug 2013 at 8:52
Original issue reported on code.google.com by
jcubic...@gmail.com
on 25 Jul 2010 at 9:55