On Friday, May 24, 2013 7:13:33 PM UTC+1, Ihab Awad wrote:
>
> In your code, where you do:
>
>   .api({ hostFunction: tamedCajaHostFunc }, { audioContext: tamedContext })
>
> you should instead be doing:
>
>   .api({
>       hostFunction: tamedCajaHostFunc,
>       audioContext: tamedContext
>    })
>
> You need one object literal, not two. :) What happens when you make that 
> fix?
>
>
Thanks for pointing out. Guest code gives no more errors, but tamedContext 
(and consequentially audioContext) is still undefined. 
 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to