From 659034cbc826dbc612f429bb23c788a27308f1f6 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 16 Sep 2016 20:56:01 +1000 Subject: [PATCH] broken table? --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index dbdd8d9..11e0017 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Property | Type | Default | Description :-----------------------|:--------------|:--------------|:-------------------------------- images | array | undefined | Required. An array of objects containing image properties (see Image Options above). enableImageSelection | bool | true | Optional. Allow images to be selectable. Setting this option to `false` whilst supplying images with `isSelected: true` will result in those images being permanently selected. - onImageSelected | func | undefined | Optional. Function to execute when an image is selected. Optional arg: image (the selected image). This function is only executable when `enableImageSelection: true`. rowHeight | number | 180 | Optional. The height of each row in the gallery. margin | number | 2 | Optional. The margin around each image in the gallery.