From df25f424f3e0e4ad672525b9c3d4287259d9366f Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 31 May 2017 12:25:35 +0200 Subject: [PATCH] standard --- src/universal-dapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal-dapp.js b/src/universal-dapp.js index c289c2df90..72136ed3ef 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -366,7 +366,7 @@ UniversalDApp.prototype.getInstanceInterface = function (contract, address, $tar } function copyToClipboard (event) { - event.stopPropagation(); + event.stopPropagation() copy(address) }