You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2013/10/03 00:26:43 UTC

svn commit: r1528658 - /openoffice/ooo-site/trunk/content/download/test/download_other.js

Author: marcus
Date: Wed Oct  2 22:26:43 2013
New Revision: 1528658

URL: http://svn.apache.org/r1528658
Log:
Changed code beautyfing

Modified:
    openoffice/ooo-site/trunk/content/download/test/download_other.js

Modified: openoffice/ooo-site/trunk/content/download/test/download_other.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/download_other.js?rev=1528658&r1=1528657&r2=1528658&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/download_other.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/download_other.js Wed Oct  2 22:26:43 2013
@@ -83,7 +83,7 @@ function write_header( FIRST_HEADER ) {
 	// Add ECMA262-5 Array methods if not supported natively
 	// To workaround that MSIE 8 and older do not support this function
 	if ( !( 'indexOf' in Array.prototype ) ) {
-	  Array.prototype.indexOf= function(find, i /*opt*/) {
+	  Array.prototype.indexOf= function( find, i /*opt*/ ) {
 	    if ( i === undefined )
 	      i = 0;
 	    if ( i < 0 )