Skip to content

Commit

Permalink
chore(ios): cleaned ti.blob.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 16, 2021
1 parent 97d157a commit d01e9e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/Resources/ti.internal/extensions/ti/ti.blob.js
Expand Up @@ -35,9 +35,4 @@ if (OS_IOS) {
return (value === undefined) ? '[object TiBlob]' : value;
};
}

if (OS_VERSION_MAJOR < 11) {
// This is hack to fix TIMOB-27707. Remove it after minimum target set iOS 11+
setTimeout(function () {}, Infinity);
}
}

0 comments on commit d01e9e7

Please sign in to comment.