You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by mh...@apache.org on 2010/09/21 03:03:43 UTC

svn commit: r999174 - /shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml

Author: mhermanto
Date: Tue Sep 21 01:03:43 2010
New Revision: 999174

URL: http://svn.apache.org/viewvc?rev=999174&view=rev
Log:
Make safer (less-predictable) shindig.random available for gadget context.

http://codereview.appspot.com/2208045/


Modified:
    shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml

Modified: shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml?rev=999174&r1=999173&r2=999174&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml Tue Sep 21 01:03:43 2010
@@ -22,6 +22,10 @@ A JavaScript "more-secure-random" implem
 -->
   <name>shindig.random</name>
   <dependency>globals</dependency>
+  <gadget>
+    <script src="sha1.js"/>
+    <script src="random.js"/>
+  </gadget>
   <container>
     <script src="sha1.js"/>
     <script src="random.js"/>