I have installed into my box (linux based) a tool named "rhino". I "compile" javascript files to look up for syntax errors. It can be used from command line with the following line, however I use it inside "Geany" (my source editor)
*> rhino-jsc -g -d /tmp "source_file.js"* On 12/29/2011 11:40 PM, Pablo Tejada wrote: > Wow, the magic of real time. > I was just reading through this post and spotted the missing closing > parenthesis and bracket... > BAM! and then it hits me, new message, your answer :) > > On Fri, Dec 30, 2011 at 12:36 AM, utan <[email protected]> wrote: >> Hi, >> Found my error... >> >> I pasted the command in my notepad++ and realized I have improper >> sintax.. >> >> should be : >> >> Ape.registerCmd('foo', true, function(params, cmd) { >> cmd.user.sendRaw('bar', { >> hello: 'world', >> echo: params.ping >> }); >> }); >> >> So thanks for your help >> >> -- >> You received this message because you are subscribed to the Google >> Groups "APE Project" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/ape-project?hl=en >> --- >> APE Project (Ajax Push Engine) >> Official website : http://www.ape-project.org/ >> Git Hub : http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
