4cac91 Define empty array as []

1 file Authored by Lubomír Sedlář 6 years ago , Committed by Pierre-Yves Chibon 6 years ago ,
    Define empty array as []
    
    This is recommended by jshint: they are identical in terms of
    functionality, but the square brackets are more commonly used and thus
    more readable.
    
    Merges https://pagure.io/pagure/pull-request/3033
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr></pingou@pingoured.fr>