I suggest we drop the sarissa.js because with IE6 there is a bug when 
sarissa is named with 's'.



Gertjan van Oosten a écrit :
> Oliviers commit[*] triggered this: we have two copies of Sarissa in
> lib/util/sarissa/:
>   sarissa.js
>   Sarissa.js
>
> The only difference is: one has an upper-case 'S' in the file name and
> uses DOS line endings, the other one is lower case and uses UNIX line
> endings[+].  I propose we drop one.  Since the other Sarissa files in
> lib/util/sarissa/ all have all lower-case names, I think we should drop
> the one with the upper case 'S'.
>
> [+] % diff -ws lib/util/sarissa/[Ss]arissa.js
> Files lib/util/sarissa/sarissa.js and lib/util/sarissa/Sarissa.js are 
> identical
>
> [*] % svn diff -r2858 lib/Mapbuilder.js
> Index: lib/Mapbuilder.js
> ===================================================================
> --- lib/Mapbuilder.js (revision 2858)
> +++ lib/Mapbuilder.js (working copy)
> @@ -104,10 +104,13 @@
>      this.loadState=newState;
>      switch (newState){
>        case MB_LOAD_CORE:
> -        this.loadScript(baseDir+"/util/sarissa/sarissa.js");
> +      
> +        this.loadScript(baseDir+"/util/sarissa/Sarissa.js");
>          this.loadScript(baseDir+"/util/sarissa/sarissa_dhtml.js");
>          this.loadScript(baseDir+"/util/sarissa/sarissa_ieemu_xpath.js");
>          
> //this.loadScript(baseDir+"/util/sarissa/sarissa_ieemu_xslt.js");//all 
> deprecated
> +        this.loadScript(baseDir+"/util/cscs/lib/cscs.js");
> +        this.loadScript(baseDir+"/util/cscs/lib/geocent.js");
>          this.loadScript(baseDir+"/util/Util.js");
>          this.loadScript(baseDir+"/util/Listener.js");
>          this.loadScript(baseDir+"/model/ModelBase.js");
>
> Regards,
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
mapbuilder-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel

Reply via email to