Skip to content

Commit

Permalink
editor: make some overlaymenu members @Private in jsdoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elson committed Oct 13, 2009
1 parent 52865be commit 0c07746
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widgets/editor/editor.js
Expand Up @@ -1097,11 +1097,15 @@ Idler.prototype._stop = function() {
@param (Function) [opts.onClick] Shortcut to attach an event listener that is called when the user clicks on the overlayMenu.
*/
/**
@ignore
@private
@name glow.widgets.Editor.Toolbar.OverlayMenu#menuItems
@type Array
@description Array of items that are on the overlayMenu.
*/
/**
@ignore
@private
@name glow.widgets.Editor.Toolbar.OverlayMenu#selected
@type Number
@description Indicates index value of selected menu item
Expand Down

0 comments on commit 0c07746

Please sign in to comment.