From d0ccc59e459ecb41742b6e55a1875dfa2a2f9f87 Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Wed, 8 Aug 2018 15:42:25 -0400 Subject: add comment --- ui/app/actions.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ui') diff --git a/ui/app/actions.js b/ui/app/actions.js index 58b5d13d4..cf4a57da1 100644 --- a/ui/app/actions.js +++ b/ui/app/actions.js @@ -1833,6 +1833,11 @@ function hideAlert () { } } +/** + * This action will receive two types of values via qrCodeData + * an object with the following structure {type, values} + * or null (used to clear the previous value) + */ function qrCodeDetected (qrCodeData) { return { type: actions.QR_CODE_DETECTED, -- cgit v1.2.3