Commit 6f59f80a by Zeno Foltin

Fix missing {

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