On Wed, Oct 8, 2008 at 9:00 AM, Jean-Baptiste BRIAUD - Novlog <[EMAIL PROTECTED]> wrote:
> Is it OK not to have parameter in your main function ? Yes, this is a stripped down version of the app generated by create-application, so I hope it's correct. Besides in JS, a function can be called with less or more parameters than declared in the function definition (and I hate this precise javascript "feature") without any error. > That parameter nammed arguments look like used but not passed. This parameter has a special meaning in javascript. Check a JS programming source. > Also, I have a question (I still never used static with qooXdoo) what > is the meaning of this.self(arguments) ? > Why passing argument ? This is (or at least was in 0.7) the recommended way to access class statics. -- Gaƫtan de Menten http://openhex.org ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
