Reverted commit D3518381

Reviewed By: gabelevi

Differential Revision: D3518381

fbshipit-source-id: 645c25191d5e7cff7689bd4dc583c478eba46496
This commit is contained in:
Ian Childs 2016-07-06 09:28:47 -07:00 committed by Facebook Github Bot 9
parent 637d75a990
commit f74c74f6c5
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ class CameraRoll {
invariant(
type === 'photo' || type === 'video' || type === undefined,
// $FlowFixMe(>=0.28.0)
`The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type}`
);