Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-08-11 01:39:42 +0400
committersgiehl <stefan@piwik.org>2013-08-11 01:39:42 +0400
commitff3e93ec4748b5b647a04de926bc9a4bb1c0b72e (patch)
tree28ba85facad597e5d590636df45a3564fd02ef6f /plugins/CoreHome/javascripts/popover.js
parent4274be7c2bace01771387587efe84dec47c670de (diff)
fixed jsdoc
Diffstat (limited to 'plugins/CoreHome/javascripts/popover.js')
-rw-r--r--plugins/CoreHome/javascripts/popover.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/javascripts/popover.js b/plugins/CoreHome/javascripts/popover.js
index 27c07dc334..40d1649253 100644
--- a/plugins/CoreHome/javascripts/popover.js
+++ b/plugins/CoreHome/javascripts/popover.js
@@ -76,6 +76,7 @@ var Piwik_Popover = (function () {
* @param {string} popoverName name of the popover
* @param {string} [popoverSubject] subject of the popover (e.g. url, optional)
* @param {int} [height] height of the popover in px (optional)
+ * @param {string} [dialogClass] css class to add to dialog
*/
showLoading: function (popoverName, popoverSubject, height, dialogClass) {
var loading = $(document.createElement('div')).addClass('Piwik_Popover_Loading');
@@ -209,6 +210,7 @@ var Piwik_Popover = (function () {
* Create a Popover and load the specified URL in it
* @param {string} url
* @param {string} loadingName
+ * @param {string} [dialogClass] css class to add to dialog
*/
createPopupAndLoadUrl: function (url, loadingName, dialogClass) {
// make sure the minimum top position of the popover is 106px