Hi Danielo JSHint is a tool that checks your JS source for syntax errors. There's an online version here that you can just paste your code into:
http://www.jshint.com If you're using TW5 under Node.js you may find it useful to install jshint locally, then, on the command line you can easily check a particular file: jshint boot/boot.js Best wishes Jeremy On Sat, Apr 5, 2014 at 10:43 PM, Stephan Hradek <[email protected]>wrote: > You could as well use comments, but otherwise: No: That's the only way if > you do not fnd your syntax error just by reading the code. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/tiddlywikidev. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
