Confirmed users
14,525
edits
(→Idioms) |
|||
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 | var svc = Cc["string/for/service/component"]. | ||
getService( | getService(Ci.nsINameOfInterface); | ||
</pre> | </pre> | ||