Updated example in docs

This commit is contained in:
CSullivan102
2014-01-11 12:45:47 -05:00
parent ea5d3baafd
commit 39d607d3c5
+1 -2
View File
@@ -48,8 +48,7 @@ window.imagePicker.getPictures(
}, {
maximumImagesCount: 10,
fullSizeImage: 0,
width: 800,
height: 800
width: 800
}
);
```