|
From: Thyamad c. <th...@us...> - 2005-12-04 19:52:29
|
Update of /cvsroot/thyapi/thyapi/thyfunctions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30981/thyfunctions Modified Files: thyajaxcontent.js Log Message: Commiting file additions and modification from SVN revision 2394 to 2395... Changes made by vinicius on 2005-12-04 21:38:26 +0100 (Sun, 04 Dec 2005) corresponding to SVN revision 2395 with message: Index: thyajaxcontent.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thyfunctions/thyajaxcontent.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** thyajaxcontent.js 12 Sep 2005 18:43:04 -0000 1.1 --- thyajaxcontent.js 4 Dec 2005 19:52:16 -0000 1.2 *************** *** 40,43 **** --- 40,48 ---- }; + if (params == null) + { + params = { }; + } + //fill with default values for(var i in defaultParams) |