Open main menu
Home
Random
Log in
Settings
About MozillaWiki
MozillaWiki
Search
Labs/Jetpack/Reboot/JEP/105: Difference between revisions
Page
Discussion
← Older edit
Newer edit →
Labs/Jetpack/Reboot/JEP/105
(view source)
Revision as of 07:39, 5 February 2010
57 bytes added
,
5 February 2010
→API Methods
Revision as of 07:37, 5 February 2010
(
view source
)
Aza
(
talk
|
contribs
)
(
→Proposal
)
← Older edit
Revision as of 07:39, 5 February 2010
(
view source
)
Aza
(
talk
|
contribs
)
(
→API Methods
)
Newer edit →
Line 60:
Line 60:
=== API Methods ===
===
Minimum Base
API Methods ===
* What are the pretty API wrapped methods externally exposed to Jetpack developers?
<pre class="brush:js">
me = require("me");
me.onInstall(function);
me.onUninstall(function);
</pre>
Everything else is sugar.
Aza
577
edits