Skip to content

Instantly share code, notes, and snippets.

@erikvold
Created December 10, 2009 02:48
Show Gist options
  • Save erikvold/253072 to your computer and use it in GitHub Desktop.
Save erikvold/253072 to your computer and use it in GitHub Desktop.
An example of a possible bug for MACOSX
jetpack.future.import("menu");
var menu = {
label: "Run Bug Test",
menu: new jetpack.Menu( [ "A", "B" ] ),
command: function(menuitem){
jetpack.notifications.show(menuitem.label);
}
}
jetpack.menu.bookmarks.add( menu );
jetpack.menu.context.page.add( menu );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment