Guest User

Untitled

a guest
Apr 25th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. jetpack.future.import("menu");
  2. var menu = {
  3. label: "Run Bug Test",
  4. menu: new jetpack.Menu( [ "A", "B" ] ),
  5. command: function(menuitem){
  6. jetpack.notifications.show(menuitem.label);
  7. }
  8. }
  9. jetpack.menu.bookmarks.add( menu );
  10. jetpack.menu.context.page.add( menu );
Add Comment
Please, Sign In to add comment