sstrigler / JSJaC

JavaScript Jabber Client Library
Other
295 stars 86 forks source link

Cannot read property 'httpbase' of undefined JSJaCHttpBindingConnection.js:56 #38

Closed ghost closed 12 years ago

ghost commented 12 years ago

JSJaCHttpBindingConnection tries to inherit from JSJaCConnection on line 56:

JSJaCHttpBindingConnection.prototype = new JSJaCConnection();

but JSJaCConnection has an argument, oArg:

function JSJaCConnection(oArg) {

and it uses oArg several times in it's constructor method.

ghost commented 12 years ago

thank you!