Author: buildbot Date: Wed Oct 2 22:27:29 2013 New Revision: 880953 Log: Staging update by buildbot for ooo-site
Modified: websites/staging/ooo-site/trunk/cgi-bin/ (props changed) websites/staging/ooo-site/trunk/content/ (props changed) websites/staging/ooo-site/trunk/content/download/test/download_other.js Propchange: websites/staging/ooo-site/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Oct 2 22:27:29 2013 @@ -1 +1 @@ -1528657 +1528658 Propchange: websites/staging/ooo-site/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Oct 2 22:27:29 2013 @@ -1 +1 @@ -1528657 +1528658 Modified: websites/staging/ooo-site/trunk/content/download/test/download_other.js ============================================================================== --- websites/staging/ooo-site/trunk/content/download/test/download_other.js (original) +++ websites/staging/ooo-site/trunk/content/download/test/download_other.js Wed Oct 2 22:27:29 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 )