Commit df5d8282 by Kim Peace

Fixed inden

parent 149dc606
...@@ -2967,8 +2967,8 @@ CHK.startScan = function() { ...@@ -2967,8 +2967,8 @@ CHK.startScan = function() {
if (CHK.isAndroid) { if (CHK.isAndroid) {
android.startScan(); android.startScan();
} else if (CHK.isIOS) { } else if (CHK.isIOS) {
webkit.messageHandlers.startScan.postMessage({}); webkit.messageHandlers.startScan.postMessage({});
} }
} catch (e) { } catch (e) {
return; return;
} }
...@@ -2981,8 +2981,8 @@ CHK.scanClose = function() { ...@@ -2981,8 +2981,8 @@ CHK.scanClose = function() {
if (CHK.isAndroid) { if (CHK.isAndroid) {
android.stopScan(); android.stopScan();
} else if (CHK.isIOS) { } else if (CHK.isIOS) {
webkit.messageHandlers.stopScan.postMessage({}); webkit.messageHandlers.stopScan.postMessage({});
} }
} catch (e) { } catch (e) {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment