Commit 996b3590 by Sebastián Katzer

Merge pull request #805 from zfoltin/master

Fix missing {
parents 3c9564c4 6f59f80a
......@@ -172,7 +172,7 @@ exports.convertProperties = function (options) {
options.data = JSON.stringify(options.data);
}
if (options.every)
if (options.every) {
if (device.platform == 'iOS' && typeof options.every != 'string') {
options.every = this.getDefaults().every;
var warning = 'Every option is not a string: ' + options.id;
......
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