QA/Mozmill Test Automation/Test Modules Refactor: Difference between revisions

Line 293: Line 293:
2. Component declarations should be indented in line with the parent
2. Component declarations should be indented in line with the parent
<pre>
<pre>
var obj = Cc['someComponentInferface'].
var svc = Cc["string/for/service/component"].
           getService('someService');
           getService(Ci.nsINameOfInterface);
</pre>
</pre>


Confirmed users
14,525

edits