Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CEP_6.x/CSInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ CSInterface.prototype.setContextMenu = function(menu, callback)
* @param menu A JSON string which describes menu structure.
* @param callback The callback function which is called when a menu item is clicked. The only parameter is the returned ID of clicked menu item.
*
* An example menu JSON:
* @description An example menu JSON:
*
* {
* "menu": [
Expand Down Expand Up @@ -1024,7 +1024,7 @@ CSInterface.prototype.setContextMenu = function(menu, callback)
* "enabled": true,
* "checkable": true,
* "checked": true
}
* }
* ]
* },
* {
Expand Down Expand Up @@ -1099,4 +1099,4 @@ CSInterface.prototype.isWindowVisible = function()
CSInterface.prototype.resizeContent = function(width, height)
{
window.__adobe_cep__.resizeContent(width, height);
};
};