Changes

Jump to: navigation, search

Labs/Jetpack/JEP/30A

234 bytes added, 02:01, 3 December 2009
jetpack.onInstall(function)
Upon install of the Jetpack, this function gets called.
 
=== Examples ===
 
<pre>
jetpack.onInstall(function(){
jetpack.tabs.open("http://example.com/firstRun.html" );
});
</pre>
 
 
<pre>
jetpack.onInstall(function(){
jetpack.notifications.show("Use the context menu, Luke!");
});
</pre>
577
edits

Navigation menu