custom-context-menu
Advanced tools
Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "custom-context-menu", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "A small (<2kB minified and gzipped) tool with no dependencies that helps you create custom rightclick context menues.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -39,9 +39,9 @@ # Custom Context Menu | ||
}, | ||
} | ||
"divider", // except of "special", ones | ||
"divider", // except of "special", ones | ||
{ | ||
title: "Another Menu Item", // the text of the item displayed on the page | ||
function: makeSomethingAwesome // and a function that is gonna take place when the user picked an item | ||
} | ||
{ | ||
title: "Another Menu Item", // the text of the item displayed on the page | ||
function: makeSomethingAwesome // and a function that is gonna take place when the user picked an item | ||
} | ||
@@ -48,0 +48,0 @@ ] |
58293