Bug 1274274 - Remove unused method applyNamedArgs; r?automatedtester draft
authorAndreas Tolfsen <ato@mozilla.com>
Fri, 20 May 2016 15:13:24 +0100
changeset 370719 b530899028446dbf92a3b8b9a4fbef834feebb3a
parent 370718 601af89c48ac20edefa1ec16fa107de1edb75b3e
child 370720 1e4a81749eebfc0aa2d0090621adb3a6eaba7423
push id19137
push userbmo:ato@mozilla.com
push dateWed, 25 May 2016 09:03:54 +0000
reviewersautomatedtester
bugs1274274
milestone49.0a1
Bug 1274274 - Remove unused method applyNamedArgs; r?automatedtester MozReview-Commit-ID: 1FeFZK4VVu2
testing/marionette/element.js
--- a/testing/marionette/element.js
+++ b/testing/marionette/element.js
@@ -294,17 +294,17 @@ element.Store = class {
           converted = {};
           for (let prop in args) {
             converted[prop] = this.convertWrappedArguments(args[prop], container);
           }
         }
         break;
     }
     return converted;
-  },
+  }
 };
 
 /**
  * Find a single element or a collection of elements starting at the
  * document root or a given node.
  *
  * If |timeout| is above 0, an implicit search technique is used.
  * This will wait for the duration of |timeout| for the element