fix camera roll lint warnings

Summary: fix lint warnings under `Libraries/CameraRoll` directory
Closes https://github.com/facebook/react-native/pull/4445

Reviewed By: svcscm

Differential Revision: D2705430

Pulled By: nicklockwood

fb-gh-sync-id: b5a179750a6696836cf458bc8e646e6b8a23fd98
This commit is contained in:
Huang Yu 2015-11-30 16:20:41 -08:00 committed by facebook-github-bot-7
parent 81c289a9cd
commit 50b24b7708
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class CameraRoll {
* Saves the image to the camera roll / gallery.
*
* The CameraRoll API is not yet implemented for Android.
*
*
* @param {string} tag On Android, this is a local URI, such
* as `"file:///sdcard/img.png"`.
*