Revision: 2875
          http://vexi.svn.sourceforge.net/vexi/?rev=2875&view=rev
Author:   mkpg2
Date:     2008-04-17 02:04:51 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------


Modified Paths:
--------------
    trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp

Modified: trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp
===================================================================
--- trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp 2008-04-17 08:55:21 UTC 
(rev 2874)
+++ trunk/core/org.vexi.core/src/org/vexi/core/Vexi.jpp 2008-04-17 09:04:51 UTC 
(rev 2875)
@@ -201,6 +201,7 @@
             case "date": return new JSDate(args);
             case "file.load": return new Fountain.File(Platform.fileDialog("", 
false));
             case "file.save": return new Fountain.File(Platform.fileDialog("", 
true));
+            case "js.eval": return JSU.GLOBAL.call(SC_eval, args);
             // FIXME support object dumping
             case "log.debug":    if(args.length<1) JSU.debug(null); else 
JSU.debug(args[0]); return null;
             case "log.info":     if(args.length<1) JSU.info(null); else 
JSU.info(args[0]); return null;
@@ -232,7 +233,6 @@
                     case "crypto.sha1": /* FEATURE */ return null;
                     case "crypto.rc4": /* FEATURE */ return null;
                     case "file.remove": ((Fountain.File)args[0]).remove(); 
return null;
-                    case "js.eval": return JSU.GLOBAL.call(SC_eval, args);
                     case "js.stringify": return JSU.GLOBAL.call(SC_stringify, 
args);
                     case "net.rpc.xml": return new 
XMLRPC(JSU.toString(args[0]), "");
                     case "regexp": return new JSRegexp(args[0], null);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to