mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-18 19:22:51 +08:00
CB-7433 Adds missing window reference to prevent manual tests failure on Android and iOS
This commit is contained in:
parent
1ffb14d764
commit
d84b875c44
@ -431,7 +431,7 @@ exports.defineManualTests = function (contentEl, createActionButton) {
|
||||
|
||||
// We need to wrap this code due to Windows security restrictions
|
||||
// see http://msdn.microsoft.com/en-us/library/windows/apps/hh465380.aspx#differences for details
|
||||
if (MSApp && MSApp.execUnsafeLocalFunction) {
|
||||
if (window.MSApp && window.MSApp.execUnsafeLocalFunction) {
|
||||
MSApp.execUnsafeLocalFunction(function() {
|
||||
contentEl.innerHTML = info_div + options_div + getpicture_div + test_procedure + inputs_div + actions_div;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user