see this PR they have: https://github.com/versatica/JsSIP/pull/92
On 27 May 2013 09:17, Iwan Budi Kusnanto <[email protected]> wrote: > On Mon, May 27, 2013 at 2:55 PM, Sanford Whiteman <[email protected]> > wrote: > > Please put an example in jsfiddle.net to check out. There is certainly > > nothing in Moo that will "break" for-in in JS. > > Hi, > > Sorry,maybe 'failed' or 'not compatible' will be a better world. > > http://jsfiddle.net/4bwTc/1/ > Commented code is the code when using jquery. > > It use jssip(https://github.com/versatica/JsSIP/) > jssip will failed in this line > https://github.com/versatica/JsSIP/blob/master/src/UA.js#L932 > > By changing this line > (https://github.com/versatica/JsSIP/blob/master/src/UA.js#L930) to > for (var idx=0; idx < ws_servers.length; idx++) { > jssip will work fine. > > There is already a pull request in jssip repo to change 'for in' loop > into above form. > > i'm just wondering why that code failed when using mootools but works > fine when using jquery. > > > > > > -- S. > > > > -- > > > > --- > > You received this message because you are subscribed to the Google > Groups "MooTools Users" 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. > > > > > > > > -- > Iwan Budi Kusnanto > > -- > > --- > You received this message because you are subscribed to the Google Groups > "MooTools Users" 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. > > > -- Dimitar Christoff "JavaScript is to JAVA what hamster is to ham" @D_mitar - https://github.com/DimitarChristoff -- --- You received this message because you are subscribed to the Google Groups "MooTools Users" 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.
