Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19989 from comoyo/bug-1020109
Browse files Browse the repository at this point in the history
Bug 1020109 - Cell broadcast search list is not set correctly. r=arthurcc
  • Loading branch information
sergi authored and rvandermeulen committed Jun 17, 2014
1 parent 4811223 commit 3bdd037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/operator_variant/operator_variant.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
break;
}

if (Object.keys(item)) {
if (Object.keys(item).length) {
transaction.set(item);
}
}
Expand Down

0 comments on commit 3bdd037

Please sign in to comment.