Update of /cvsroot/magicajax/magicajax/Core
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7794/Core
Modified Files:
MagicAjaxModule.cs
Log Message:
Removed the MagicAjax.Collections reference
Index: MagicAjaxModule.cs
===================================================================
RCS file: /cvsroot/magicajax/magicajax/Core/MagicAjaxModule.cs,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** MagicAjaxModule.cs 22 Dec 2005 23:06:51 -0000 1.52
--- MagicAjaxModule.cs 26 Dec 2005 02:27:20 -0000 1.53
***************
*** 31,35 ****
using System.Text.RegularExpressions;
- using MagicAjax.Collections;
using MagicAjax.Configuration;
using MagicAjax.UI;
--- 31,34 ----
|