Browse Source

Merge pull request #4850 from timvandermeij/comment-nit

Small comment fix
Tim van der Meij 11 years ago
parent
commit
2a51b735fc
  1. 2
      web/overlay_manager.js

2
web/overlay_manager.js

@ -24,7 +24,7 @@ var OverlayManager = {
/** /**
* @param {string} name The name of the overlay that is registered. This must * @param {string} name The name of the overlay that is registered. This must
* be the equal to the ID of the overlay's DOM element. * be equal to the ID of the overlay's DOM element.
* @param {function} callerCloseMethod (optional) The method that, if present, * @param {function} callerCloseMethod (optional) The method that, if present,
* will call OverlayManager.close from the Object * will call OverlayManager.close from the Object
* registering the overlay. Access to this method is * registering the overlay. Access to this method is

Loading…
Cancel
Save