Merge pull request #3842 from colemanw/CRM-15109
[civicrm-core.git] / templates / CRM / common / additionalBlocks.tpl
index 45adc63e4d883a27169173b2abcbf5fb31da0587..c0cbaf0ad74fed11d93c4c170919ef955ceeaf9c 100644 (file)
@@ -177,7 +177,7 @@ function clearFirstBlock( blockName , blockId ) {
 }
 
 function getAddressBlock( position ) {
-   var addressBlockIds = new Array();
+   var addressBlockIds = [];
    var i = 0;
    switch ( position ) {
         case 'last':