Author: mfranklin
Date: Tue Mar 12 14:42:39 2013
New Revision: 1455555

URL: http://svn.apache.org/r1455555
Log:
Fixed incorrect function name

Modified:
    rave/site/trunk/content/downloads.mdtext

Modified: rave/site/trunk/content/downloads.mdtext
URL: 
http://svn.apache.org/viewvc/rave/site/trunk/content/downloads.mdtext?rev=1455555&r1=1455554&r2=1455555&view=diff
==============================================================================
--- rave/site/trunk/content/downloads.mdtext (original)
+++ rave/site/trunk/content/downloads.mdtext Tue Mar 12 14:42:39 2013
@@ -98,7 +98,7 @@ All downloads can be verified using the 
          $("#" + type).html("<p>There are no " + type + " releases at this 
time");
       }
    }
-   rave.downloads.addUrls(type, items) {
+   rave.downloads.addUrls = function(type, items) {
       var fn = type == "supported" ? rave.downloads.getMirrorUrl : 
rave.downloads.getArchiveUrl;
       for(var i; i < items.releases.length; i++) {
          var item = items.releases[i];


Reply via email to