Revision: 20416
          http://sourceforge.net/p/jmol/code/20416
Author:   hansonr
Date:     2015-03-31 04:43:15 +0000 (Tue, 31 Mar 2015)
Log Message:
-----------
Jmol.___JmolVersion="14.3.13_2015.03.30" 

bug fix: {hash}.Key = value will be stored as "key" rather than "Key" if "key" 
is also a user-defined function.
bug fix: {hash}.key will fail if "key" is also a user-defined function. 
bug fix: print a  where a is an associative arrays fails in JavaScript (since 
jmol-14.3.7_2014.08.25) 

Modified Paths:
--------------
    trunk/Jmol/src/org/jmol/viewer/Jmol.properties

Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties
===================================================================
--- trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-03-31 02:23:28 UTC 
(rev 20415)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties      2015-03-31 04:43:15 UTC 
(rev 20416)
@@ -16,8 +16,9 @@
 
 Jmol.___JmolVersion="14.3.13_2015.03.30" 
 
-bug fix: {hash}.Key = value will be stored as "key" rather than "Key".
+bug fix: {hash}.Key = value will be stored as "key" rather than "Key" if "key" 
is also a user-defined function.
 bug fix: {hash}.key will fail if "key" is also a user-defined function. 
+bug fix: print a  where a is an associative arrays fails in JavaScript (since 
jmol-14.3.7_2014.08.25) 
 
 JmolVersion="14.3.13_2015.03.27"
 

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to