From: erickson Date: Thu, 18 Dec 2008 18:51:44 +0000 (+0000) Subject: clear remote id on connec as well X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9aba08e0c4154cb5a479aa544864a6dffd2a7e79;p=OpenSRF.git clear remote id on connec as well git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1538 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/javascript/opensrf.js b/src/javascript/opensrf.js index 695e1fb..efaae7c 100644 --- a/src/javascript/opensrf.js +++ b/src/javascript/opensrf.js @@ -112,6 +112,7 @@ OpenSRF.set_subclass('OpenSRF.ClientSession', 'OpenSRF.Session'); OpenSRF.ClientSession.prototype.connect = function(args) { args = (args) ? args : {}; + this.remote_id = null; if(args.onconnect) this.onconnect = args.onconnect;