Add-ons/Reviewers/MiscCannedResponses: Difference between revisions

no edit summary
(→‎Sticky Toolbar Buttons: possible -> impossible)
No edit summary
Line 46: Line 46:


<pre style="white-space: pre-wrap;">Your add-on calls the setTimeout or setInterval functions with string rather than function arguments, which is normally not allowed. For instance, setTimeout('object.doStuff()') should be written as setTimeout(function () { object.doStuff() }) instead.</pre>
<pre style="white-space: pre-wrap;">Your add-on calls the setTimeout or setInterval functions with string rather than function arguments, which is normally not allowed. For instance, setTimeout('object.doStuff()') should be written as setTimeout(function () { object.doStuff() }) instead.</pre>
== preferences not in extensions. ==
<pre style="white-space: pre-wrap;">Extension preferences should be stored in the "extensions" branch.  So rather than "myextension.abcpref" it should "extensions.myextension.abcpref".</pre>
Confirmed users
448

edits