update cordova-ios in test app template

This commit is contained in:
Sefa Ilkimen
2019-11-10 17:05:52 +01:00
parent 3b4a5b7c26
commit b3276ad2d4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ module.exports = function init(FormData, console, messages) {
function logWarnings() {
if (!FormData) {
console.warn(messages.MISSING_FORMDATA_API);
} else if (!FormData.prototype || !FormData.prototype.entries) {
} else if (!FormData.prototype || !FormData.prototype.entries) {
console.warn(messages.MISSING_FORMDATA_ENTRIES_API);
}
}