1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

add comment

This commit is contained in:
brunobar79 2018-08-08 15:42:25 -04:00
parent 656afeefad
commit d0ccc59e45

View File

@ -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,