> (though do I need to be careful about using duplicate variable names from js > patch to js patch?)
No. Each JS patch maintains its own JS execution context, independent from all the others, so it's perfectly safe to reuse function names, variable names, etc. -- Christopher Wright [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

