Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address review comments
  • Loading branch information
SrinivasanTarget committed Jun 19, 2018
commit 00893a46cdeddfda516f6b8e275e208ca2210a8f
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public void writeTo(Appendable appendable) throws IOException {
json.name(DESIRED_CAPABILITIES);
json.write(first);

if(!forceMobileJSONWP) {
if (!forceMobileJSONWP) {
// And write the first capability for gecko13
json.name(CAPABILITIES);
json.beginObject();
Expand Down