577
edits
| Line 26: | Line 26: | ||
=== Examples === | === Examples === | ||
<pre> | <pre class="brush:js;"> | ||
jetpack.onInstall(function(){ | jetpack.onInstall(function(){ | ||
jetpack.tabs.open("http://example.com/firstRun.html" ); | jetpack.tabs.open("http://example.com/firstRun.html" ); | ||
| Line 33: | Line 33: | ||
<pre> | <pre class="brush:js;"> | ||
jetpack.onInstall(function(){ | jetpack.onInstall(function(){ | ||
jetpack.notifications.show("Use the context menu, Luke!"); | jetpack.notifications.show("Use the context menu, Luke!"); | ||
}); | }); | ||
</pre> | </pre> | ||
edits