tropo / PhonoSDK

Phono.com - The jQuery Phone API
http://phono.com
Other
131 stars 63 forks source link

phono.util.js:22 - Cannot read propert 'length' of undefined #38

Closed nkcmr closed 9 years ago

nkcmr commented 10 years ago

Phono JS has been throwing this error consistently in 0.6 phono_error

kidlab commented 10 years ago

I got this bug too. Here is my monkey patch:

each: function( object, callback, args ) {
        if(!object)
            return null;

        // The rest of code...
}
nstratford commented 10 years ago

Can you confirm if this still happens in the master branch on github? I believe this was a WebRTC API issue that has already been fixed.

nkcmr commented 10 years ago

@nstratford In which release was it patched?