From 50b24b77087467f76bb15363cfaf2a19a3acc5ef Mon Sep 17 00:00:00 2001 From: Huang Yu Date: Mon, 30 Nov 2015 16:20:41 -0800 Subject: [PATCH] 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 --- CameraRoll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CameraRoll.js b/CameraRoll.js index 1eee46a3e..c7e28d951 100644 --- a/CameraRoll.js +++ b/CameraRoll.js @@ -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"`. *