From: Argiris K. <be...@us...> - 2006-01-03 01:49:31
|
Update of /cvsroot/magicajax/magicajax/Core/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9346/Core/script Modified Files: AjaxCallObject.js Log Message: -Client event handling controls -Various minor changes Index: AjaxCallObject.js =================================================================== RCS file: /cvsroot/magicajax/magicajax/Core/script/AjaxCallObject.js,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** AjaxCallObject.js 28 Dec 2005 15:30:57 -0000 1.40 --- AjaxCallObject.js 3 Jan 2006 01:49:09 -0000 1.41 *************** *** 364,367 **** --- 364,369 ---- //defaults if (!ajaxCallType) ajaxCallType = "async"; + if (typeof(ajaxScopeID) == "undefined") + ajaxScopeID = this.GetAjaxScopeID(this.GetTargetElement(eventTarget)); var theData = ''; |