Changeset 2934 for trunk/phpgwapi/js


Ignore:
Timestamp:
06/16/10 16:17:30 (14 years ago)
Author:
amuller
Message:

Ticket #1036 - Arrumando compactador de javascript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/expressolivre/expressolivre.js

    r2923 r2934  
    206206 
    207207                if ( arguments.length > 1 ) 
    208                         for ( var j = 1; j < arguments.length; j++ ) 
    209                                 if ( arguments[ j ] && (arguments[ j ].constructor == String || arguments[ j ].constructor == Number)) 
     208                        for ( var j = 1; j < ( arguments.length ); j++ ) 
     209                                if ( arguments[ j ] && ( arguments[ j ].constructor == String || arguments[ j ].constructor == Number)) 
    210210                                        _phrase = _phrase.replace( "%" + j, arguments[ j ] ); 
    211211 
Note: See TracChangeset for help on using the changeset viewer.